X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=build.gradle;h=378cc827cb057bdbed50f4f2095ffceab1f7a858;hb=76834b08d3df8c756fb1d0e3c8c02fcfb841b325;hp=4b7a6e1ba68f94c480676daecff481c10aca8465;hpb=04ff09c2affc06006e8cd9e801c0250cc5692e92;p=Dictionary.git diff --git a/build.gradle b/build.gradle index 4b7a6e1..378cc82 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.2' + classpath 'com.android.tools.build:gradle:3.6.2' } } @@ -42,8 +42,7 @@ task makesmallicu (type:Exec, dependsOn: configurations.smallicu) { def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util" android { - compileSdkVersion 26 - buildToolsVersion "27.0.3" + compileSdkVersion 29 lintOptions { disable "MissingTranslation" } @@ -75,7 +74,8 @@ android { } defaultConfig { applicationId 'de.reimardoeffinger.quickdic' - targetSdkVersion 26 - resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru", "zh-rCN" + targetSdkVersion 29 + resConfigs "de", "es", "eu", "fr", "it", "ja", "pt", "pt-rBR", "ru", "zh-rCN" + minSdkVersion 10 } }