Skip to content

Commit 00dc85c

Browse files
committed
chore: update android build tools for Travis CI build
1 parent c86874a commit 00dc85c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,12 @@ matrix:
3434
android:
3535
components:
3636
- tools
37-
- platform-tools
38-
- build-tools-30.0.1
39-
- android-28
40-
- extra-android-support
41-
- extra-android-m2repository
42-
- extra-google-m2repository
4337

4438
before_install:
4539
- export LANG=en_US.UTF-8 &&
4640
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - &&
4741
sudo apt-get install -y nodejs
48-
- yes | sdkmanager --update
42+
- yes | sdkmanager "tools" "build-tools;30.0.3" "platforms;android-30" "extras;android;m2repository" "extras;google;m2repository"
4943

5044
install:
5145
- npm install

0 commit comments

Comments
 (0)