X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=build.gradle;h=e89947acaaa7c47de9dca83859c5e14f4fd0bb5b;hb=6b644923a4852ca8b0b2769817913396ddeb49ce;hp=5bc49f98a2e7db6dec1f260bf84a1de98e94d2ba;hpb=18cae136ffa81c0ec3f408716b62aa610a84eb01;p=Dictionary.git diff --git a/build.gradle b/build.gradle index 5bc49f9..e89947a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,10 @@ buildscript { repositories { jcenter() + google() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.3' + classpath 'com.android.tools.build:gradle:3.0.1' } } @@ -16,8 +17,8 @@ configurations { smallicu } dependencies { - compile 'com.android.support:appcompat-v7:25.3.0' - compile 'com.android.support:design:25.3.0' + compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:design:25.3.1' // Note: you can just replace "smallicu" by compile // and remove the "compile files" part if you do not // care about the size of the apk @@ -41,7 +42,7 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util" android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion "27.0.1" lintOptions { disable "MissingTranslation" } @@ -76,7 +77,7 @@ android { } defaultConfig { applicationId 'de.reimardoeffinger.quickdic' - targetSdkVersion 23 + targetSdkVersion 25 resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru" } }