mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
update minSdkVersion (to 14) in AndroidManifest.xml
This commit is contained in:
parent
84678c9903
commit
977cf5514d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
android:minSdkVersion="14"
|
||||
android:targetSdkVersion="19" />
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" >
|
||||
|
|
Loading…
Reference in a new issue