Skip to content

Commit

Permalink
Fix ci intergration (#61)
Browse files Browse the repository at this point in the history
* Updated circleCI to api29
  • Loading branch information
stealthcopter committed Nov 3, 2019
1 parent 1149262 commit 55b44be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 55b44be

Please sign in to comment.