Skip to content

Commit

Permalink
accepted license for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
agrawalsuneet committed Feb 11, 2019
1 parent b87922c commit c166ffb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
# - run:
# name: Chmod permissions #if permission for Gradlew Dependencies fail, use this.
# command: sudo chmod +x ./gradlew

- run:
name: Approve license for build tools
command: (echo y; echo y; echo y; echo y; echo y; echo y) | $ANDROID_HOME/tools/bin/sdkmanager --licenses

- run:
name: Download Dependencies
command: ./gradlew androidDependencies
Expand Down

0 comments on commit c166ffb

Please sign in to comment.