summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-11-29 00:47:38 +0400
committerAndrew Dolgov <[email protected]>2013-11-29 00:47:38 +0400
commit7bbbadee1ece513dd186e36854ecf1763b648032 (patch)
tree129fcad25ec0f7d6dcd05456e461e534541f3292 /AndroidManifest.xml
parentf0a29f9bcba46c09a750f19b715a730fcc74eb02 (diff)
add ability to toggle headlines activity sidebar manually in landscape
on tablets
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 e75e8190..bf2378da 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="226"
- android:versionName="1.30" >
+ android:versionCode="227"
+ android:versionName="1.31" >
<uses-sdk
android:minSdkVersion="8"