We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f86e28 commit a83f685Copy full SHA for a83f685
.circleci/config.yml
@@ -10,9 +10,9 @@ jobs:
10
- checkout
11
- restore_cache:
12
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
13
- - run
+ - run:
14
name: Create empty local properties
15
- command: echo "" > ${HOME}/local.properties
+ command: touch ${HOME}/local.properties
16
- run:
17
name: Download Dependencies
18
command: ./gradlew androidDependencies
0 commit comments