summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-07 12:33:47 +0300
committerAndrew Dolgov <[email protected]>2011-12-07 12:33:47 +0300
commit14461fa1466f52d37ae5bafffddd7d252bc34c85 (patch)
treeb08df6f691d11774fce0ca91c8237dff5c27e09b /AndroidManifest.xml
parent24f0b1617adad7b94e3937136eaf8043e1ce7c56 (diff)
move offline data synchronization to an intentservice, bump version
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cb75cb37..20282d97 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="35"
- android:versionName="0.3.2" >
+ android:versionCode="36"
+ android:versionName="0.3.3" >
<uses-sdk android:minSdkVersion="4" />
@@ -37,6 +37,7 @@
</activity>
<service android:enabled="true" android:name=".OfflineDownloadService" />
+ <service android:enabled="true" android:name=".OfflineUploadService" />
<activity
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"