From: Reimar Döffinger Date: Sun, 13 Aug 2017 11:38:06 +0000 (+0200) Subject: Bump buildTools and targetSdkVersion. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=95bbfe30043e9fab64f54933c3d8be6cee250a62 Bump buildTools and targetSdkVersion. --- diff --git a/build.gradle b/build.gradle index 5bc49f9..6fe26e0 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } }