1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 07:56:14 +00:00

Fix a gradle warning for AndroidManifest.xml

This commit is contained in:
Loic Blot 2016-04-30 00:53:25 +02:00
parent 3978801374
commit 3f3fe0d239
2 changed files with 2 additions and 4 deletions

View File

@ -22,6 +22,7 @@ android {
applicationId "fr.unix_experience.owncloud_sms"
minSdkVersion 14
targetSdkVersion 23
maxSdkVersion 23
}
buildTypes {

View File

@ -3,10 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="37"
android:versionName="0.21.2"> <!-- From Android 4.0 to 6.0 -->
<uses-sdk
android:maxSdkVersion="23"
android:minSdkVersion="14"
android:targetSdkVersion="23"/>
<uses-sdk android:maxSdkVersion="23" />
<uses-permission android:name="android.permission.READ_SMS"/>
<!-- For SMS Broadcaster -->