X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=blobdiff_plain;f=build.gradle;h=4b7a6e1ba68f94c480676daecff481c10aca8465;hp=f31f2bac80637a044e1b5d42b660b7ebd74a0385;hb=04ff09c2affc06006e8cd9e801c0250cc5692e92;hpb=f4c375c2367d981f2c09b316a8f6178ecb97d2c4 diff --git a/build.gradle b/build.gradle index f31f2ba..4b7a6e1 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.1' + classpath 'com.android.tools.build:gradle:3.1.2' } } @@ -18,8 +18,8 @@ configurations { smallicu } dependencies { - implementation 'com.android.support:appcompat-v7:25.4.0' - implementation 'com.android.support:design:25.4.0' + implementation 'com.android.support:appcompat-v7:25.3.1' + implementation 'com.android.support:design:25.3.1' // Note: you can just replace "smallicu" by implementation // and remove the "compile files" part if you do not // care about the size of the apk