fixing travis

This commit is contained in:
Daniel Gultsch 2018-02-09 09:16:19 +01:00
parent a7e1935909
commit 4a98d330f0
1 changed files with 3 additions and 1 deletions

View File

@ -6,9 +6,11 @@ android:
- platform-tools - platform-tools
- tools - tools
- build-tools-27.0.3 - build-tools-27.0.3
- android-27
- extra-google-google_play_services - extra-google-google_play_services
licenses: licenses:
- '.+' - '.+'
script: script:
- ./gradlew assembleFreeRelease - ./gradlew assembleFreeRelease
before_install:
- yes | sdkmanager "platforms;android-27"