summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 09:01:18 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 09:01:18 +0400
commitb76380a3886ab0357feedbd12729260dca8038c3 (patch)
tree7944f8bd242edd907c574c3257cbaefa5d27fee9 /AndroidManifest.xml
parentfecb582f8b19fd955249e0b397db66ddf41fbe6b (diff)
fix wrong margins on a selected feed row entry in tablet mode, 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 0216550c..2d230b56 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="144"
- android:versionName="1.21" >
+ android:versionCode="145"
+ android:versionName="1.22" >
<uses-sdk
android:minSdkVersion="8"