X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=blobdiff_plain;f=build.gradle;h=5aa1859e00f40a8296b17350f3eedd912260efa7;hp=e51d5323bc64017616850d98bdf46d238a5002c5;hb=5c624e1782dc8079123c70e536ba5a3877211fdd;hpb=b0b75a83ebdfa57961819486ee011bddd395c5de diff --git a/build.gradle b/build.gradle index e51d532..5aa1859 100644 --- a/build.gradle +++ b/build.gradle @@ -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 }