We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4b778 commit b622cbdCopy full SHA for b622cbd
.travis.yml
@@ -3,17 +3,17 @@ jdk: oraclejdk8
3
android:
4
components:
5
# The BuildTools version used by your project
6
- - build-tools-26.0.2
+ - build-tools-27.0.3
7
8
# The SDK version used to compile your project
9
- android-21
10
- - android-26
+ - android-27
11
12
# Additional components
13
- extra-google-google_play_services
14
- extra-google-m2repository
15
- extra-android-m2repository
16
- - addon-google_apis-google-26
+ - addon-google_apis-google-27
17
18
# Specify at least one system image,
19
# if you need to run emulator(s) during your tests
0 commit comments