summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-11 09:22:12 +0400
committerAndrew Dolgov <[email protected]>2013-07-11 09:31:46 +0400
commit739d1c4abed7412d85b4f8f4f7559f48f670b78e (patch)
tree11c1ed7f8f370bff21ae169a189d5b2f81cbb326 /AndroidManifest.xml
parentb3657d0fe32e521017cf16395e2164b30979e564 (diff)
disable attachment icon in actionbar on tablets in portrait (screws with
other icons because android is so awesome)
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 a7526b3c..cc686e1c 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="189"
- android:versionName="1.8.9" >
+ android:versionCode="190"
+ android:versionName="1.8.10" >
<uses-sdk
android:minSdkVersion="8"