Skip to content

Commit f433db9

Browse files
committed
Setup travis to run with build tools 24
1 parent 29fcd09 commit f433db9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ jdk: oraclejdk8
33

44
android:
55
components:
6-
- build-tools-23.0.1
7-
- android-21
6+
- tools
7+
- platform-tools
8+
- tools
9+
- build-tools-24.0.1
10+
- android-23
11+
- extra-google-m2repository
12+
- extra-android-m2repository
13+
14+
licenses:
15+
- 'android-sdk-preview-license-.+'
16+
- 'android-sdk-license-.+'
17+
- 'google-gdk-license-.+'
818

919
script:
1020
./gradlew build

0 commit comments

Comments
 (0)