Skip to content

Commit 2f8df41

Browse files
committed
Update .travis.yml
1 parent 368d607 commit 2f8df41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

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

66
env:
77
global:
8-
- ANDROID_API_LEVEL=27
9-
- ANDROID_BUILD_TOOLS_VERSION=27.0.3
8+
- ANDROID_API_LEVEL=28
9+
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
1010
- TRAVIS_SECURE_ENV_VARS=true
1111

1212
android:

0 commit comments

Comments
 (0)