yaml update

This commit is contained in:
2020-05-16 14:19:24 +01:00
parent ee8875022c
commit 44d3c51f5f
2 changed files with 5 additions and 8 deletions

View File

@@ -5,14 +5,17 @@ jobs:
docker:
- image: circleci/android:api-29
environment:
JVM_OPTS: -Xmx3200m
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name: chmod permissions
command: chmod +x ./gradlew
- run:
name: remove local settings
command: rm local.properties
- run:
name: Download Dependencies
command: ./gradlew androidDependencies