Updating android build tools version

This commit is contained in:
Erwan Croze 2018-05-15 12:01:35 +02:00
parent 7f330a7bc4
commit 446fdc3070
3 changed files with 4 additions and 3 deletions

View file

@ -87,7 +87,7 @@ excludePackage.add('**/LICENSE.txt')
android {
defaultConfig {
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion "27.0.3"
applicationId getPackageName()
multiDexEnabled true
@ -168,6 +168,7 @@ android {
packagingOptions {
pickFirst 'META-INF/NOTICE'
pickFirst 'META-INF/LICENSE'
exclude 'META-INF/MANIFEST.MF'
}
}

View file

@ -49,7 +49,7 @@ excludePackage.add('**/LICENSE.txt')
android {
defaultConfig {
compileSdkVersion 26
buildToolsVersion "26.0.0"
buildToolsVersion "27.0.3"
multiDexEnabled true
}

View file

@ -73,7 +73,7 @@ excludePackage.add('**/LICENSE.txt')
android {
defaultConfig {
compileSdkVersion 26
buildToolsVersion "26.0.0"
buildToolsVersion "27.0.3"
multiDexEnabled true
}