summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-31 20:21:25 +0400
committerAndrew Dolgov <[email protected]>2013-03-31 20:21:25 +0400
commita18fb4d2069c8cfe0eae88feb4f2a52e83d926ed (patch)
tree31c2f0cd2e1f25a56cc852e80314dba294d6bda7 /AndroidManifest.xml
parentfb0d0d0ad2ca88ee845a250188cc8023ed3a20bd (diff)
allow more articles to be synced while going offline
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 a64179bc..c1171742 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="152"
- android:versionName="1.4.3" >
+ android:versionCode="153"
+ android:versionName="1.4.4" >
<uses-sdk
android:minSdkVersion="8"