Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bkhezry committed Nov 7, 2018
2 parents 9976a6d + fe21791 commit 1ee1a4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository

- build-tools-28.0.3
- android-28
licenses:
- '.+'
before_install:
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "build-tools;28.0.3"

sudo: required
install: true

before_script:
- chmod +x gradlew

script:
- ./gradlew assembleRelease --stacktrace
- ./gradlew assembleRelease --stacktrace

0 comments on commit 1ee1a4e

Please sign in to comment.