summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-26 09:28:30 +0400
committerAndrew Dolgov <[email protected]>2012-06-26 09:28:30 +0400
commit71064b4edcf600ee354ceb6ce62b0608c3df0644 (patch)
tree832e87db85cd8ecf9c486dc4a130e9d800a96b3a /AndroidManifest.xml
parent6099fbb7e2bf4b035f579e8c211bcb13c88432f2 (diff)
offline: properly restore views after rotation
add workaround against viewpager weirdness after rotation bump version
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 3c886083..4ce70ecb 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="81"
- android:versionName="0.6.5" >
+ android:versionCode="82"
+ android:versionName="0.6.6" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="11" />