]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Bump version once more.
[Dictionary.git] / build.gradle
index 9b10a28195e5d2e3e57c4c6235e8a7db5767681c..12f457a5e2ef8c27f65d13b6e78b879211ed838d 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.3'
     }
 }
 
@@ -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
@@ -76,6 +76,6 @@ android {
     defaultConfig {
         applicationId 'de.reimardoeffinger.quickdic'
         targetSdkVersion 26
-        resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru"
+        resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru", "zh-rCN"
     }
 }