Skip to content

Commit 12238dc

Browse files
committed
Update config.yml
1 parent 0892e2e commit 12238dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- checkout
1919
- run:
2020
name: Download Dependencies
21-
command: cd ./example/android/ && sudo chmod +x ./gradlew && ./gradlew androidDependencies
21+
command: cd ./example/android/ && gradle wrapper && sudo chmod +x ./gradlew && ./gradlew androidDependencies
2222
- run:
2323
name: Build
24-
command: cd ./example/android/ && sudo chmod +x ./gradlew && ./gradlew assembleDebug
24+
command: cd ./example/android/ && gradle wrapper && sudo chmod +x ./gradlew && ./gradlew assembleDebug

0 commit comments

Comments
 (0)