]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Attempt to fix issue #49.
[Dictionary.git] / build.gradle
index 7ebb053f01ef760745524b50cf06d418debd0130..06ccfb0a047a60947ae6b44adf09eba63ed9393c 100644 (file)
@@ -3,7 +3,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.1.0'
+        classpath 'com.android.tools.build:gradle:2.2.2'
     }
 }
 
@@ -16,7 +16,7 @@ configurations {
     smallicu
 }
 dependencies {
-    compile 'com.android.support:appcompat-v7:23.2.1'
+    compile 'com.android.support:appcompat-v7:24.2.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