Skip to content

Commit

Permalink
fix config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bassaer committed Feb 13, 2019
1 parent 3a7023c commit 4cae24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run:
name: update android sdk
command: |
yes | sdkmanager "platforms;android-28"
yes | sdkmanager --licenses || exit 0
echo y | android update sdk --no-ui --all --filter tool,extra-android-m2repository,extra-google-google_play_services,extra-google-m2repository,android-28
echo y | android update sdk --no-ui --all --filter build-tools-28.0.3
- run:
Expand Down

0 comments on commit 4cae24f

Please sign in to comment.