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 c8fc956 commit a1ada8aCopy full SHA for a1ada8a
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
13
- run
14
name: Create empty local.properties
15
- command: touch local.properties
+ command: echo "" > ${HOME}/local.properties
16
- run:
17
name: Download Dependencies
18
command: ./gradlew androidDependencies
0 commit comments