Update config.yml

This commit is contained in:
2019-02-23 14:25:37 +11:00
committed by GitHub
parent 1c63be6576
commit 6718cc5e0f

View File

@@ -10,9 +10,9 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
# - run: - run:
# name: Chmod permissions #if permission for Gradlew Dependencies fail, use this. name: Chmod permissions #if permission for Gradlew Dependencies fail, use this.
# command: sudo chmod +x ./gradlew command: sudo chmod +x ./gradlew
- run: - run:
name: Download Dependencies name: Download Dependencies
command: ./gradlew androidDependencies command: ./gradlew androidDependencies