Skip to content

Commit 34a8266

Browse files
committed
Updated travisCI to Android API 29
1 parent 56c103e commit 34a8266

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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-28.0.3
14-
- android-28
13+
- build-tools-29.0.3
14+
- android-29
1515
licenses:
1616
- '.+'
1717
- 'android-sdk-license-.+'
1818
before_install:
19-
- yes | sdkmanager "platforms;android-28"
20-
- yes | sdkmanager "build-tools;28.0.3"
19+
- yes | sdkmanager "platforms;android-29"
20+
- yes | sdkmanager "build-tools;29.0.3"
2121
- pwd
2222
- ls -la
2323
- cd OneSignalSDK

0 commit comments

Comments
 (0)