Skip to content

Commit 55b44be

Browse files
Fix ci intergration (stealthcopter#61)
* Updated circleCI to api29
1 parent 1149262 commit 55b44be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/android:api-25-alpha
5+
- image: circleci/android:api-29
66
environment:
77
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
88
steps:
@@ -15,7 +15,7 @@ jobs:
1515
name: Copy Environment Vars
1616
command: scripts/cp-env-to-properties.sh
1717

18-
# Decrypt any secret files / keys
18+
# Decrypt any secret files / keys
1919
- run:
2020
name: Decrypt secret files
2121
command: scripts/decrypt-secrets.sh

0 commit comments

Comments
 (0)