mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-27 01:38:11 +00:00
AndroidStudio tells me the sdk version setting in AndroidManifest is a
bad idea, because it is redundant to the setting in app/build.gradle
This commit is contained in:
parent
713eb378a5
commit
1656a5b9c4
@ -3,7 +3,6 @@
|
||||
package="org.galexander.sshd"
|
||||
android:versionCode="19"
|
||||
android:versionName="19">
|
||||
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
|
Loading…
Reference in New Issue
Block a user