summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-22 18:05:08 +0400
committerAndrew Dolgov <[email protected]>2012-06-22 18:05:08 +0400
commit714efd1ed086a18cd231ee2d3d30027a79b35f2d (patch)
tree5712488a059cdc02a723c07570bb02713f02e549 /AndroidManifest.xml
parent7ee1becd6cdb62503944208ebd536ea59288f37f (diff)
fix offline crash when browsing category as feed
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ccedc2b2..3fa4f32d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
- android:versionCode="76"
+ android:versionCode="77"
android:versionName="0.6.2" >
<uses-sdk android:minSdkVersion="8" />