Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 4f764cd

Browse files
committed
chore(Travis): Update target/build tools to 25
1 parent 4f59105 commit 4f764cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ env:
1515
- ANDROID_ABI=armeabi-v7a
1616
matrix:
1717
- ANDROID_TARGET=android-16
18-
- ANDROID_TARGET=android-17
1918
- ANDROID_TARGET=android-19
2019
- ANDROID_TARGET=android-22
2120
- ANDROID_TARGET=android-24
21+
- ANDROID_TARGET=android-25
2222
matrix:
2323
fast_finish: true
2424
android:
2525
components:
2626
- tools
2727
- platform-tools
2828
- tools # Fix SDK Tools https://github.com/travis-ci/travis-ci/issues/6122
29-
- build-tools-24.0.3
30-
- android-24 # target SDK version
29+
- build-tools-25.0.2
30+
- android-25 # target SDK version
3131
- $ANDROID_TARGET
3232
- extra-android-support
3333
- extra-android-m2repository

0 commit comments

Comments
 (0)