Upgrade build tools to 28.0.3.

This commit is contained in:
akwizgran
2018-09-26 17:39:49 +01:00
parent 3b871f5932
commit 929102ed60
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ apply from: 'witness.gradle'
android {
compileSdkVersion 28
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 14

View File

@@ -17,7 +17,7 @@ def getStdout = { command, defaultValue ->
android {
compileSdkVersion 28
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 15