summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-06 21:16:54 +0300
committerAndrew Dolgov <[email protected]>2011-12-06 21:16:54 +0300
commitc6cec83803313d153ab35280afceea47b9963be8 (patch)
tree1da1fdc924f2cbf10ea5b0da7e788b8c3fc9b351 /AndroidManifest.xml
parentf031194f30d04b186246a29cef73ea1fa566ac0a (diff)
fix offline download limit, 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 b8557888..cb75cb37 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="34"
- android:versionName="0.3.1" >
+ android:versionCode="35"
+ android:versionName="0.3.2" >
<uses-sdk android:minSdkVersion="4" />