1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-25 15:09:38 +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
+1
View File
@@ -22,6 +22,7 @@ android {
applicationId "fr.unix_experience.owncloud_sms"
minSdkVersion 14
targetSdkVersion 23
maxSdkVersion 23
}
buildTypes {