Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GOVINDDIXIT authored May 31, 2019
1 parent 8e35c5e commit 7039c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android:
- tools
- platform-tools
# The BuildTools version used by your project
- build-tools-28.0.3
- build-tools-27.0.3
# The SDK version used to compile your project
- android-27
- add-on
Expand All @@ -35,7 +35,7 @@ cache:
- $HOME/.android/build-cache

before_install:
- yes | sdkmanager "build-tools;28.0.3"
- yes | sdkmanager "build-tools;27.0.3"
- chmod +x gradlew

script:
Expand Down

0 comments on commit 7039c02

Please sign in to comment.