aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-10-27 17:53:50 +0000
committerKenny Root <kenny@the-b.org>2009-10-27 17:53:50 +0000
commit7da26fd1b458362b5e54ec72e312e4b0934c61f8 (patch)
treef81d419737f4765377f0553613cbf26f9bdacfdb
parentcde9763c0d09efb67c0fcace6b9d359e2392d0f6 (diff)
downloadconnectbot-7da26fd1b458362b5e54ec72e312e4b0934c61f8.tar.gz
connectbot-7da26fd1b458362b5e54ec72e312e4b0934c61f8.tar.bz2
connectbot-7da26fd1b458362b5e54ec72e312e4b0934c61f8.zip
Support different screen densities
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@421 df292f66-193f-0410-a5fc-6d59da041ff2
-rw-r--r--AndroidManifest.xml6
-rw-r--r--default.properties5
2 files changed, 8 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9a52ead..757166e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.6-dev"
- android:versionCode="204">
+ android:versionCode="205">
<application
android:icon="@drawable/icon"
@@ -48,10 +48,12 @@
</application>
- <uses-sdk android:minSdkVersion="3" />
+ <uses-sdk android:targetSdkVersion="4" android:minSdkVersion="3"/>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
+
+ <supports-screens/>
</manifest>
diff --git a/default.properties b/default.properties
index bc708b0..c52c4b9 100644
--- a/default.properties
+++ b/default.properties
@@ -7,5 +7,8 @@
# "build.properties", and override values to adapt the script to your
# project structure.
+# Indicates whether an apk should be generated for each density.
+split.density=false
+
# Project target.
-target=android-3
+target=android-4