summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-20 09:40:32 +0400
committerAndrew Dolgov <[email protected]>2012-09-20 09:40:32 +0400
commitcf39cea333b48d2c78259357e7478aee66f20683 (patch)
tree9a67fe8235e4cd8c9a468420408205c3c4c36769 /AndroidManifest.xml
parent349dc9d797386eb4e3ed9e0235e753f5bf2533b1 (diff)
fix missing stuff for default_view_mode implementation in fragments
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 43562a87..66a38b00 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="101"
- android:versionName="0.8.0" >
+ android:versionCode="102"
+ android:versionName="0.8.1" >
<uses-sdk
android:minSdkVersion="8"