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 a83f685 commit e72a381Copy full SHA for e72a381
.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 ${HOME}/local.properties
+ command: touch local.properties
16
17
name: Download Dependencies
18
command: ./gradlew androidDependencies
0 commit comments