]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Bump buildTools and targetSdkVersion.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 13 Aug 2017 11:38:06 +0000 (13:38 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 13 Aug 2017 11:38:06 +0000 (13:38 +0200)
build.gradle

index 5bc49f98a2e7db6dec1f260bf84a1de98e94d2ba..6fe26e0c6389f0a946d5253d77a0e7ad0940b70e 100644 (file)
@@ -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,7 +76,7 @@ android {
     }
     defaultConfig {
         applicationId 'de.reimardoeffinger.quickdic'
-        targetSdkVersion 23
+        targetSdkVersion 25
         resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR", "ru"
     }
 }