Update build tools

This commit is contained in:
inorichi 2018-06-06 13:40:38 +02:00
parent eebd3730c3
commit 4a8d233fe6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: android language: android
android: android:
components: components:
- build-tools-27.0.2 - build-tools-27.0.3
- android-27 - android-27
- extra-android-m2repository - extra-android-m2repository
- extra-google-m2repository - extra-google-m2repository

View File

@ -1,6 +1,6 @@
android { android {
compileSdkVersion 27 compileSdkVersion 27
buildToolsVersion "27.0.2" buildToolsVersion "27.0.3"
buildTypes { buildTypes {
release { release {