Skip to content

Commit debd921

Browse files
committed
Fix Travis CI configuration
1 parent a88bd22 commit debd921

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ android:
55
- platform-tools
66
- tools
77
- tools #not a typo. Needed for SDK update
8-
- build-tools-25.0.0
8+
- build-tools-26.0.1
99

1010
# The SDK version used to compile your project
11-
- android-24
11+
- android-26
1212

1313
# Additional components
1414
- extra-android-support
1515
- extra-google-google_play_services
1616
- extra-google-m2repository
1717
- extra-android-m2repository
18-
- addon-google_apis-google-24
18+
- addon-google_apis-google-25
1919

2020
# Specify at least one system image,
2121
# if you need to run emulator(s) during your tests

0 commit comments

Comments
 (0)