Skip to content

Commit a83f685

Browse files
fixed proguard settings
1 parent 3f86e28 commit a83f685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
- checkout
1111
- restore_cache:
1212
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
13-
- run
13+
- run:
1414
name: Create empty local properties
15-
command: echo "" > ${HOME}/local.properties
15+
command: touch ${HOME}/local.properties
1616
- run:
1717
name: Download Dependencies
1818
command: ./gradlew androidDependencies

0 commit comments

Comments
 (0)