update the target sdk version to 11 (android 3.0) -- nothing really

changes, except now on new phones it puts the options button on the top
of the screen where people are execting it
sigsegv_dump
Greg Alexander 10 years ago
parent d140fe13f6
commit 1642eec8fd

@ -3,7 +3,7 @@
package="org.galexander.sshd"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="7" />
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application android:label="SimpleSSHD">

Loading…
Cancel
Save