summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-07 15:30:06 +0300
committerAndrew Dolgov <[email protected]>2011-12-07 15:30:06 +0300
commit803afcc6d2573a85a493d7bbab2c3a4498823869 (patch)
tree39e2693507b0921593b091c624ae6df10b15093c /AndroidManifest.xml
parentcbabbf099fa5bcfca64f44504083d05a949328b7 (diff)
fix orientation crashes in offlineactivity, bump version
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 d10d02fb..896bb55c 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="37"
- android:versionName="0.3.4" >
+ android:versionCode="38"
+ android:versionName="0.3.5" >
<uses-sdk android:minSdkVersion="4" />