]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Update appcompat version.
[Dictionary.git] / build.gradle
index 0f6d7782c7d9619a3ed41a0283d88049ff9b4e9a..5914258105e196be6134e1fe1b6160fcac04cd39 100644 (file)
@@ -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
@@ -40,7 +40,10 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "../Util"
 
 android {
     compileSdkVersion 23
-    buildToolsVersion "23.0.1"
+    buildToolsVersion "23.0.2"
+    lintOptions {
+        disable "MissingTranslation"
+    }
     buildTypes {
         debug {
             applicationIdSuffix ".debug"