We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7938720 commit 397a5c1Copy full SHA for 397a5c1
.circleci/config.yml
@@ -4,6 +4,7 @@ jobs:
4
working_directory: ~/code
5
docker:
6
- image: circleci/android:api-26-alpha
7
+ - image: circleci/android:api-27-alpha
8
environment:
9
JVM_OPTS: -Xmx3200m
10
steps:
.travis.yml
@@ -7,6 +7,7 @@ android:
- build-tools-26.0.2
- build-tools-27.0.3
- android-26
+ - android-27
11
12
before_install:
13
- chmod +x gradlew
0 commit comments