summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 12:03:45 +0300
committerAndrew Dolgov <[email protected]>2011-11-27 12:03:45 +0300
commiteb140e136686a6c72f13083b8a994112c755ffb2 (patch)
tree98f954e3f6a38979d19c6ebdd59b34975ae9a3c5 /AndroidManifest.xml
parent89123afc8746625380f30dfdb3b1d6c0c940e7fb (diff)
fix upside-down orientation handling
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 b94ff8aa..f125c430 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="10"
- android:versionName="0.1.9">
+ android:versionCode="11"
+ android:versionName="0.1.10">
<uses-sdk android:minSdkVersion="8" />
<!-- <supports-screens android:smallScreens="false" android:normalScreens="false" /> -->