summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-19 13:07:27 +0400
committerAndrew Dolgov <[email protected]>2013-07-19 13:08:40 +0400
commite2b195e5ede61cfbd304b736caea6c5f8e1f5234 (patch)
tree0073be80e85cb53fce94b73fc3e9ebf12c216c16 /AndroidManifest.xml
parent6b431f01f4375a91e2ba7ad9aeb7dff7b19f84ce (diff)
fix crash if sdcard is unmounted and feed icons are enabled (closes
#749)
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 078d80d5..ba97a464 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
- android:versionCode="191"
- android:versionName="1.8.11" >
+ android:versionCode="192"
+ android:versionName="1.8.12" >
<uses-sdk
android:minSdkVersion="8"