Skip to content

Commit 283c57a

Browse files
committed
Change Android Docker api version 28 to 27
1 parent 1d03d9c commit 283c57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
executors:
33
default:
44
docker:
5-
- image: circleci/android:api-28
5+
- image: circleci/android:api-27
66
environment:
77
JAVA_OPTS: -Xmx3200m
88

0 commit comments

Comments
 (0)