]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Simplify adding a ClickableLink span.
[Dictionary.git] / build.gradle
index 72cb5282f5fcf6133ec56bfd3bb88cc6fb0e47f8..e89947acaaa7c47de9dca83859c5e14f4fd0bb5b 100644 (file)
@@ -1,9 +1,10 @@
 buildscript {
     repositories {
         jcenter()
+        google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.3.1'
+        classpath 'com.android.tools.build:gradle:3.0.1'
     }
 }
 
@@ -16,8 +17,8 @@ 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.3.1'
+    compile 'com.android.support:design:25.3.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
@@ -41,7 +42,7 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util"
 
 android {
     compileSdkVersion 25
-    buildToolsVersion "25.0.2"
+    buildToolsVersion "27.0.1"
     lintOptions {
         disable "MissingTranslation"
     }
@@ -76,7 +77,7 @@ android {
     }
     defaultConfig {
         applicationId 'de.reimardoeffinger.quickdic'
-        targetSdkVersion 23
-        resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR"
+        targetSdkVersion 25
+        resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru"
     }
 }