From 3f3fe0d2392acf0a6910d4af0ae1574115a0ada9 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 30 Apr 2016 00:53:25 +0200 Subject: [PATCH] Fix a gradle warning for AndroidManifest.xml --- build.gradle | 1 + src/main/AndroidManifest.xml | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 65a8241..1f30344 100644 --- a/build.gradle +++ b/build.gradle @@ -22,6 +22,7 @@ android { applicationId "fr.unix_experience.owncloud_sms" minSdkVersion 14 targetSdkVersion 23 + maxSdkVersion 23 } buildTypes { diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 609aed3..ce46e97 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -3,10 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="37" android:versionName="0.21.2"> - +