summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-06-03 10:19:12 +0400
committerAndrew Dolgov <[email protected]>2013-06-03 10:19:12 +0400
commit124c791ab8f2617a07bba69f570bd84ddb18110e (patch)
tree55439452790bcedad9ae2d8d080bc5f7038cb3c6 /AndroidManifest.xml
parentcaef01010f8dce0580eecb6a89f9f5772349373b (diff)
offline: workaround against crashes in fragment refreshes
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 55bba895..5ff53a96 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="183"
- android:versionName="1.8.3" >
+ android:versionCode="184"
+ android:versionName="1.8.4" >
<uses-sdk
android:minSdkVersion="8"