Skip to content

Commit c8fc956

Browse files
fixed proguard settings
1 parent cef7609 commit c8fc956

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- checkout
1111
- restore_cache:
1212
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
13+
- run
14+
name: Create empty local.properties
15+
command: touch local.properties
1316
- run:
1417
name: Download Dependencies
1518
command: ./gradlew androidDependencies

0 commit comments

Comments
 (0)