X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=blobdiff_plain;f=build.gradle;h=e51d5323bc64017616850d98bdf46d238a5002c5;hp=435c44d9da30dd1d847796f173992f068594fd41;hb=e6301cf120881578a1ad0905a1432352011f7215;hpb=3ce0dd16e69302365d3bc802f298a5388b293d86 diff --git a/build.gradle b/build.gradle index 435c44d..e51d532 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } }