]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Switch to newer build tools and download via https.
[Dictionary.git] / build.gradle
index e51d5323bc64017616850d98bdf46d238a5002c5..5aa1859e00f40a8296b17350f3eedd912260efa7 100644 (file)
@@ -4,7 +4,7 @@ buildscript {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.2.1'
+        classpath 'com.android.tools.build:gradle:3.6.2'
     }
 }
 
@@ -42,7 +42,7 @@ task makesmallicu (type:Exec, dependsOn: configurations.smallicu) {
 def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util"
 
 android {
-    compileSdkVersion 26
+    compileSdkVersion 29
     lintOptions {
         disable "MissingTranslation"
     }
@@ -74,7 +74,7 @@ android {
     }
     defaultConfig {
         applicationId 'de.reimardoeffinger.quickdic'
-        targetSdkVersion 26
+        targetSdkVersion 29
         resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru", "zh-rCN"
         minSdkVersion = 10
     }