summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-30 13:17:03 +0300
committerAndrew Dolgov <[email protected]>2011-11-30 13:17:03 +0300
commit97c20e0c32f243edc1c05ef3004cab9deabc1cbd (patch)
treea31fc6f5e59905841e1e26b9186c4b237d026c10 /AndroidManifest.xml
parent20a66a8dc20924e688c2afe457f4195daa4b08c1 (diff)
use proper layout separation for normal and large screens
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8c824eac..ff878595 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,10 +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="24"
- android:versionName="0.1.23">
+ android:versionCode="25"
+ android:versionName="0.1.24">
<uses-sdk android:minSdkVersion="8" />
- <!-- <supports-screens android:smallScreens="false" android:normalScreens="false" /> -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />