summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 22:46:25 +0300
committerAndrew Dolgov <[email protected]>2011-11-27 22:46:25 +0300
commitd791a7222b5e6ff10fec3ca45e5bc17c787e8535 (patch)
tree29fc97e47fb621a89d5aa31e8e889d57206fd170 /AndroidManifest.xml
parent1d4c780f50208b06621765132c4272393d74cae1 (diff)
fix deserialization null pointer exception in Article
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 6c7aa852..4ce9964f 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="16"
- android:versionName="0.1.15">
+ android:versionCode="17"
+ android:versionName="0.1.16">
<uses-sdk android:minSdkVersion="8" />
<!-- <supports-screens android:smallScreens="false" android:normalScreens="false" /> -->