Skip to content

Commit 9b16e4a

Browse files
Albert Wunidoran
Albert Wu
authored andcommitted
Update Android SDK Build Tools version for travis
- auto-accept license for newer version
1 parent 52e45af commit 9b16e4a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ language: android
22

33
android:
44
components:
5-
- build-tools-27.0.3
5+
- build-tools-28.0.3
66
- android-26
77

8+
before_install:
9+
- yes | sdkmanager "build-tools;28.0.3"
10+
811
script:
912
- ./gradlew test
1013

@@ -17,4 +20,4 @@ env:
1720
- secure: hLpLbEi5ThL/+qHuEmJvvJkzfBrXbyOjDbd9fSSYESSQuGUoEGH3UM7Ws6eJynv/G0w+xmJIQ4vlDbSBa53vaYwHB2l0Rhcoj3XHHvpMwlckIh/TGA+o4Bd5DHN61Jatm6ja8PFRAhNF4adsLUwObrE6Z9ydepKFYBWSjP4xEws=
1821

1922
git:
20-
depth: 9999999
23+
depth: 9999999

0 commit comments

Comments
 (0)