mirror of
http://galexander.org/git/simplesshd.git
synced 2024-12-29 09:28:07 +00:00
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
This commit is contained in:
parent
d140fe13f6
commit
1642eec8fd
@ -3,7 +3,7 @@
|
|||||||
package="org.galexander.sshd"
|
package="org.galexander.sshd"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0">
|
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.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||||
<application android:label="SimpleSSHD">
|
<application android:label="SimpleSSHD">
|
||||||
|
Loading…
Reference in New Issue
Block a user