summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-11-14 22:37:58 +0400
committerAndrew Dolgov <[email protected]>2013-11-14 22:37:58 +0400
commit4ab63ea6b8480551c371b50cf242b5ac1a9bf6a5 (patch)
tree201b09963b0f6356c491a8ee7ece6dca6ec3bc9f /AndroidManifest.xml
parentb5f28adf3c189930326ef80d8aa4d783d1a4fcad (diff)
add wide image workaround for 4.4 (getting real tired of this shit,
google)
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 69589fcf..cc212e7a 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="218"
- android:versionName="1.22" >
+ android:versionCode="219"
+ android:versionName="1.23" >
<uses-sdk
android:minSdkVersion="8"