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 - image: circleci/android:api-29
environment: environment:
JVM_OPTS: -Xmx3200m JVM_OPTS: -Xmx3200m
before_script:
- touch local.properties
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- before_script:
- touch local.properties
- run: - run:
name: chmod permissions name: chmod permissions
command: chmod +x ./gradlew command: chmod +x ./gradlew