Skip to content

Commit 36d483a

Browse files
committed
updated travis to Java 11 and android 31 api
1 parent 97ada7c commit 36d483a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: android
22
sudo: false
3-
jdk: oraclejdk8
3+
jdk: oraclejdk11
44
dist: trusty
55

66
android:
@@ -10,14 +10,14 @@ android:
1010
# https://github.com/travis-ci/travis-ci/issues/6193
1111
# Required to get the newest platform-tools.
1212
- platform-tools
13-
- build-tools-29.0.3
14-
- android-29
13+
- build-tools-31.0.0
14+
- android-31
1515
licenses:
1616
- '.+'
1717
- 'android-sdk-license-.+'
1818
before_install:
19-
- yes | sdkmanager "platforms;android-29"
20-
- yes | sdkmanager "build-tools;29.0.3"
19+
- yes | sdkmanager "platforms;android-31"
20+
- yes | sdkmanager "build-tools;31.0.0"
2121
- pwd
2222
- ls -la
2323
- cd OneSignalSDK

0 commit comments

Comments
 (0)