summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-20 19:18:31 +0400
committerAndrew Dolgov <[email protected]>2013-03-20 19:18:31 +0400
commitfecb582f8b19fd955249e0b397db66ddf41fbe6b (patch)
tree41a65d47fc8b12ad125bbe551f186cc104b45856 /AndroidManifest.xml
parentef8fb0f7e8ea243484a5ce6d0bd63b075d78499e (diff)
make items in feed and cat lists easier to click; 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 8c700005..0216550c 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="143"
- android:versionName="1.20" >
+ android:versionCode="144"
+ android:versionName="1.21" >
<uses-sdk
android:minSdkVersion="8"