Skip to content

Commit 6f28b99

Browse files
committed
Modify .travis.yml
1 parent 7ca3d60 commit 6f28b99

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
language: android
22
jdk: oraclejdk8
3+
before_install:
4+
- yes | sdkmanager "platforms;android-27"
35

46
env:
57
global:
6-
- ANDROID_API_LEVEL=26
7-
- ANDROID_BUILD_TOOLS_VERSION=26.0.1
8+
- ANDROID_API_LEVEL=27
9+
- ANDROID_BUILD_TOOLS_VERSION=27.0.3
810

911
android:
1012
components:

0 commit comments

Comments
 (0)