summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-24 00:42:57 +0400
committerAndrew Dolgov <[email protected]>2013-05-24 00:42:57 +0400
commit8c9e027f7b41b100ebc3ae9c11e7a8638fdba67c (patch)
tree39744886c5484d667a3c98175efb264c07c9620a /AndroidManifest.xml
parent764b990de7f132917f0b470525ee3bd66f3d34a4 (diff)
fix webview flicker
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 9e675484..2c205dd8 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="174"
- android:versionName="1.7.11" >
+ android:versionCode="175"
+ android:versionName="1.7.12" >
<uses-sdk
android:minSdkVersion="8"