Skip to content

Commit db5993e

Browse files
committed
accepted license for circleci
1 parent cc77cf7 commit db5993e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
# - run:
1414
# name: Chmod permissions #if permission for Gradlew Dependencies fail, use this.
1515
# command: sudo chmod +x ./gradlew
16+
17+
- run:
18+
name: Approve license for build tools
19+
command: (echo y; echo y; echo y; echo y; echo y; echo y) | $ANDROID_HOME/tools/bin/sdkmanager --licenses
20+
1621
- run:
1722
name: Download Dependencies
1823
command: ./gradlew androidDependencies

0 commit comments

Comments
 (0)