]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Update target SDK in Android manifest and update gradle version.
[Dictionary.git] / build.gradle
index f31f2bac80637a044e1b5d42b660b7ebd74a0385..4b7a6e1ba68f94c480676daecff481c10aca8465 100644 (file)
@@ -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