mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-02-25 19:56:19 -05:00
Update how SDK 27 is acceptd on Travis-CI
There are issues with using the "andorid" tool to accept some licenses on Travis-CI. The theory from Travis-CI is that the android binary is out of date. An alternative is using sdkmanager.
This commit is contained in:
@@ -5,7 +5,7 @@ install:
|
||||
- echo y | android update sdk -u -a -t tools
|
||||
- echo y | android update sdk -u -a -t platform-tools
|
||||
- echo y | android update sdk -u -a -t build-tools-26.0.2
|
||||
- echo y | android update sdk -u -a -t android-27
|
||||
- yes | sdkmanager "platforms;android-27"
|
||||
- echo y | android update sdk -u -a -t extra-google-m2repository
|
||||
- echo y | android update sdk -u -a -t extra-android-m2repository
|
||||
|
||||
|
||||
Reference in New Issue
Block a user