summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-25 21:37:02 +0300
committerAndrew Dolgov <[email protected]>2011-11-25 21:37:02 +0300
commita0753dd5dfa182d044826efe926fa1efa8a0dfa0 (patch)
treee9263ba09996bfa80d70dae44133599cc0ecad6d /AndroidManifest.xml
parente7a78d9a7a505965414ad8789eff0b59af5344d9 (diff)
notify to configure application when needed
rebuild with ACP update ADT
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5751d14a..5fd7505c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
- android:versionCode="1"
- android:versionName="0.1">
- <uses-sdk android:minSdkVersion="11" />
+ android:versionCode="2"
+ android:versionName="0.1.1">
+ <uses-sdk android:minSdkVersion="10" />
<supports-screens android:smallScreens="false" android:normalScreens="false" />
<uses-permission android:name="android.permission.INTERNET" />