We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88bd22 commit debd921Copy full SHA for debd921
1 file changed
.travis.yml
@@ -5,17 +5,17 @@ android:
5
- platform-tools
6
- tools
7
- tools #not a typo. Needed for SDK update
8
- - build-tools-25.0.0
+ - build-tools-26.0.1
9
10
# The SDK version used to compile your project
11
- - android-24
+ - android-26
12
13
# Additional components
14
- extra-android-support
15
- extra-google-google_play_services
16
- extra-google-m2repository
17
- extra-android-m2repository
18
- - addon-google_apis-google-24
+ - addon-google_apis-google-25
19
20
# Specify at least one system image,
21
# if you need to run emulator(s) during your tests
0 commit comments