summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 10:40:59 +0300
committerAndrew Dolgov <[email protected]>2011-11-27 10:40:59 +0300
commita523002b83e5f75fbe64125b439afbfa90851f1a (patch)
tree1c8f6fc5ccf691d09ca4b52088d663ce6a356234 /AndroidManifest.xml
parent09f01cbf1e11bca553f760a5ce0cd4e87d9861af (diff)
switch to yet another hack to display utf-8 characters in webview,
thanks 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 e7e957fd..b94ff8aa 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="9"
- android:versionName="0.1.8">
+ android:versionCode="10"
+ android:versionName="0.1.9">
<uses-sdk android:minSdkVersion="8" />
<!-- <supports-screens android:smallScreens="false" android:normalScreens="false" /> -->