]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Update gradle version.
[Dictionary.git] / build.gradle
index 0794423503bec651c699f5d4502e64c340420fe5..b12758b99018e0c2859921a2584d036574d3ba1a 100644 (file)
@@ -3,7 +3,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:1.5.0'
+        classpath 'com.android.tools.build:gradle:2.2.0'
     }
 }
 
@@ -16,7 +16,7 @@ configurations {
     smallicu
 }
 dependencies {
-    compile 'com.android.support:appcompat-v7:23.1.1'
+    compile 'com.android.support:appcompat-v7:23.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