Skip to content

Commit a1ada8a

Browse files
fixed proguard settings
1 parent c8fc956 commit a1ada8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
1313
- run
1414
name: Create empty local.properties
15-
command: touch local.properties
15+
command: echo "" > ${HOME}/local.properties
1616
- run:
1717
name: Download Dependencies
1818
command: ./gradlew androidDependencies

0 commit comments

Comments
 (0)