]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Add AR-ES dictionary.
[Dictionary.git] / build.gradle
index 77816bc282bf18c3ec9a453b187f6ed20c73a7d5..c438d1674f008c590bb11cffc5fb975d3207ff7f 100644 (file)
@@ -1,9 +1,10 @@
 buildscript {
     repositories {
         jcenter()
+        google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.3.3'
+        classpath 'com.android.tools.build:gradle:3.0.1'
     }
 }
 
@@ -11,13 +12,14 @@ apply plugin: 'com.android.application'
 
 repositories {
     jcenter()
+    google()
 }
 configurations {
     smallicu
 }
 dependencies {
-    compile 'com.android.support:appcompat-v7:25.3.0'
-    compile 'com.android.support:design:25.3.0'
+    compile 'com.android.support:appcompat-v7:25.4.0'
+    compile 'com.android.support:design:25.4.0'
     // 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,8 +42,8 @@ task makesmallicu (type:Exec, dependsOn: configurations.smallicu) {
 def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util"
 
 android {
-    compileSdkVersion 25
-    buildToolsVersion "25.0.2"
+    compileSdkVersion 26
+    buildToolsVersion "27.0.3"
     lintOptions {
         disable "MissingTranslation"
     }
@@ -76,7 +78,7 @@ android {
     }
     defaultConfig {
         applicationId 'de.reimardoeffinger.quickdic'
-        targetSdkVersion 23
-        resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR"
+        targetSdkVersion 26
+        resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru"
     }
 }