Update config.yml

This commit is contained in:
2020-05-16 12:49:15 +01:00
committed by GitHub
parent 48eca8fab3
commit 40d8d84f11

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
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name: chmod permissions
command: chmod +x ./gradlew