summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-06 15:07:31 +0300
committerAndrew Dolgov <[email protected]>2017-06-06 15:07:31 +0300
commit7150fad59b5d6a35cf585e71a01430c2d9993cb6 (patch)
treef68ad6e32caacfbb6cf96d69659515802880bfa0 /org.fox.ttrss/src/main/AndroidManifest.xml
parenta6038e6896e2c9f8b49ebcf7a517463f63bea32b (diff)
bandaid fix for new-style list footer management causing crashes on tablets in landscape
do not allow swipe-dismissing footer articles entries
Diffstat (limited to 'org.fox.ttrss/src/main/AndroidManifest.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/AndroidManifest.xml b/org.fox.ttrss/src/main/AndroidManifest.xml
index 22545384..06c11588 100755
--- a/org.fox.ttrss/src/main/AndroidManifest.xml
+++ b/org.fox.ttrss/src/main/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.fox.ttrss"
- android:versionCode="442"
- android:versionName="1.208">
+ android:versionCode="443"
+ android:versionName="1.209">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />