From 55b44be9bed9db82e0d87eecab42fda04a53af34 Mon Sep 17 00:00:00 2001 From: Matthew Rollings <1211162+stealthcopter@users.noreply.github.com> Date: Sun, 3 Nov 2019 13:20:38 +0000 Subject: [PATCH] Fix ci intergration (#61) * Updated circleCI to api29 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c259ddc..83a5adc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/android:api-25-alpha + - image: circleci/android:api-29 environment: GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"' steps: @@ -15,7 +15,7 @@ jobs: name: Copy Environment Vars command: scripts/cp-env-to-properties.sh - # Decrypt any secret files / keys + # Decrypt any secret files / keys - run: name: Decrypt secret files command: scripts/decrypt-secrets.sh