summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 13:18:04 +0300
committerAndrew Dolgov <[email protected]>2011-11-27 13:18:04 +0300
commit16fd6cebd7ebda1ff159abdc8a382e621fa358c4 (patch)
tree2539e64bad20325c24b76fbbad7866e878059c14 /AndroidManifest.xml
parentb5af258ee7dd71054fa81252cbc0769d1c176140 (diff)
cleaner preference handling in ApiRequest
make json data debugging optional
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 ea8a83f1..f1825e8f 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="12"
- android:versionName="0.1.11">
+ android:versionCode="13"
+ android:versionName="0.1.12">
<uses-sdk android:minSdkVersion="8" />
<!-- <supports-screens android:smallScreens="false" android:normalScreens="false" /> -->