diff --git a/.travis.yml b/.travis.yml index ee3a22909..af9de01b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,17 +5,17 @@ android: - platform-tools - tools - tools #not a typo. Needed for SDK update - - build-tools-27.0.0 + - build-tools-27.0.3 # The SDK version used to compile your project - - android-26 + - android-27 # Additional components - extra-android-support - extra-google-google_play_services - extra-google-m2repository - extra-android-m2repository - - addon-google_apis-google-25 + - addon-google_apis-google-26 # Specify at least one system image, # if you need to run emulator(s) during your tests