mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-22 05:43:05 +00:00
Fix a gradle warning for AndroidManifest.xml
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user