Update config.yml

This commit is contained in:
2020-05-16 12:45:51 +01:00
committed by GitHub
parent b8b9a04fc4
commit 48eca8fab3

View File

@@ -6,12 +6,12 @@ jobs:
- image: circleci/android:api-29
environment:
JVM_OPTS: -Xmx3200m
before_script:
- touch local.properties
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- before_script:
- touch local.properties
- run:
name: chmod permissions
command: chmod +x ./gradlew