]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Bump buildTools and targetSdkVersion.
[Dictionary.git] / build.gradle
index ec54900cf29f6c38f77a1eb511071402882cd70e..6fe26e0c6389f0a946d5253d77a0e7ad0940b70e 100644 (file)
@@ -3,7 +3,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.3.1'
+        classpath 'com.android.tools.build:gradle:2.3.3'
     }
 }
 
@@ -41,7 +41,7 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util"
 
 android {
     compileSdkVersion 25
-    buildToolsVersion "25.0.2"
+    buildToolsVersion "26.0.1"
     lintOptions {
         disable "MissingTranslation"
     }
@@ -76,6 +76,7 @@ android {
     }
     defaultConfig {
         applicationId 'de.reimardoeffinger.quickdic'
-        targetSdkVersion 23
+        targetSdkVersion 25
+        resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru"
     }
 }