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