X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=build.gradle;h=bd8ae53c9c95e0194c92dcc0dd8734e7caa5ba65;hb=eed23c15d5fc2352b6e619ea972ccc0e04c5fee0;hp=3de4e1885a2b7a71e2430e304f04b8eaf0e670a1;hpb=0bac4dc603bc338f15acb92c97645e8a739d76c9;p=Dictionary.git diff --git a/build.gradle b/build.gradle index 3de4e18..bd8ae53 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.5.0' + classpath 'com.android.tools.build:gradle:2.2.2' } } @@ -16,7 +16,8 @@ configurations { smallicu } dependencies { - compile 'com.android.support:appcompat-v7:23.1.1' + compile 'com.android.support:appcompat-v7:25.0.0' + compile 'com.android.support:design:25.0.0' // 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 @@ -39,8 +40,11 @@ task makesmallicu (type:Exec, dependsOn: configurations.smallicu) { def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "../Util" android { - compileSdkVersion 23 - buildToolsVersion "23.0.2" + compileSdkVersion 25 + buildToolsVersion "25" + lintOptions { + disable "MissingTranslation" + } buildTypes { debug { applicationIdSuffix ".debug"