X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=build.gradle;h=d9143a9f8a4f58d63fda78c35c5517fa4c4c15a1;hb=c0debfd55329d9870a66e71121d5568a482398a7;hp=ec54900cf29f6c38f77a1eb511071402882cd70e;hpb=ce75d9ee985a0823859307f34805e49c87d03298;p=Dictionary.git diff --git a/build.gradle b/build.gradle index ec54900..d9143a9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,10 @@ buildscript { repositories { jcenter() + google() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.1' + classpath 'com.android.tools.build:gradle:3.0.0' } } @@ -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 "26.0.2" lintOptions { disable "MissingTranslation" } @@ -76,6 +77,7 @@ android { } defaultConfig { applicationId 'de.reimardoeffinger.quickdic' - targetSdkVersion 23 + targetSdkVersion 25 + resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru" } }