summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-16 16:07:30 +0400
committerAndrew Dolgov <[email protected]>2014-01-16 16:07:30 +0400
commit8f38f2f7a3e95ee824f9f7694dec7f6204ca819e (patch)
tree9a9098bfcbbcbb1e95e141d05dab3972d376288c /AndroidManifest.xml
parent025f6aca5f9ec275c99e618ff0ecd619bb9f5b0e (diff)
force login when starting in shortcut mode to prevent blank 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 7076cc1a..73ef10ea 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="228"
- android:versionName="1.32" >
+ android:versionCode="229"
+ android:versionName="1.33" >
<uses-sdk
android:minSdkVersion="8"