Skip to content

Commit 3d53d48

Browse files
Fixing preview licence in travis
1 parent 2508107 commit 3d53d48

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,8 @@ android:
3030
before_script:
3131
- chmod +x gradlew #Grand permissions
3232

33-
install:
34-
- echo y | android update sdk -u -a -t tools
35-
- echo y | android update sdk -u -a -t platform-tools
36-
- echo y | android update sdk -u -a -t build-tools;28.0.0-rc1
37-
- echo y | android update sdk -u -a -t android-P
38-
- echo y | android update sdk -u -a -t extra-google-m2repository
39-
- echo y | android update sdk -u -a -t extra-android-m2repository
33+
before_install:
34+
- yes | sdkmanager build-tools;28.0.0-rc1
4035

4136
script:
4237
- ./gradlew assembleDebug -PdisablePreDex --stacktrace

0 commit comments

Comments
 (0)