mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-08 16:36:10 +00:00
Fix a gradle warning for AndroidManifest.xml
This commit is contained in:
parent
3978801374
commit
3f3fe0d239
@ -22,6 +22,7 @@ android {
|
|||||||
applicationId "fr.unix_experience.owncloud_sms"
|
applicationId "fr.unix_experience.owncloud_sms"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
maxSdkVersion 23
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -3,10 +3,7 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:versionCode="37"
|
android:versionCode="37"
|
||||||
android:versionName="0.21.2"> <!-- From Android 4.0 to 6.0 -->
|
android:versionName="0.21.2"> <!-- From Android 4.0 to 6.0 -->
|
||||||
<uses-sdk
|
<uses-sdk android:maxSdkVersion="23" />
|
||||||
android:maxSdkVersion="23"
|
|
||||||
android:minSdkVersion="14"
|
|
||||||
android:targetSdkVersion="23"/>
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.READ_SMS"/>
|
<uses-permission android:name="android.permission.READ_SMS"/>
|
||||||
<!-- For SMS Broadcaster -->
|
<!-- For SMS Broadcaster -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user