We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86874a commit 00dc85cCopy full SHA for 00dc85c
.travis.yml
@@ -34,18 +34,12 @@ matrix:
34
android:
35
components:
36
- 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
43
44
before_install:
45
- export LANG=en_US.UTF-8 &&
46
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - &&
47
sudo apt-get install -y nodejs
48
- - yes | sdkmanager --update
+ - yes | sdkmanager "tools" "build-tools;30.0.3" "platforms;android-30" "extras;android;m2repository" "extras;google;m2repository"
49
50
install:
51
- npm install
0 commit comments