]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Update tools version, move minSdk to build.gradle.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 18 Oct 2018 20:16:42 +0000 (22:16 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 18 Oct 2018 20:16:42 +0000 (22:16 +0200)
AndroidManifest.xml
build.gradle

index 5bd3ddf8cf7a477c3fca62006cc1a42b87f14db6..272b7f272618c4ab06b8768ddf9840238ae5109e 100644 (file)
@@ -5,10 +5,6 @@
     android:versionCode="103"
     android:versionName="5.4.8" >
 
-    <uses-sdk
-        android:minSdkVersion="10"
-        android:targetSdkVersion="26" />
-
     <uses-feature
         android:name="android.hardware.touchscreen"
         android:required="false" />
index 435c44d9da30dd1d847796f173992f068594fd41..e51d5323bc64017616850d98bdf46d238a5002c5 100644 (file)
@@ -4,7 +4,7 @@ buildscript {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.1.4'
+        classpath 'com.android.tools.build:gradle:3.2.1'
     }
 }
 
@@ -43,7 +43,6 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util"
 
 android {
     compileSdkVersion 26
-    buildToolsVersion "27.0.3"
     lintOptions {
         disable "MissingTranslation"
     }
@@ -77,5 +76,6 @@ android {
         applicationId 'de.reimardoeffinger.quickdic'
         targetSdkVersion 26
         resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru", "zh-rCN"
+        minSdkVersion = 10
     }
 }