Skip to content

Commit 0be237f

Browse files
author
Paul Rybitskyi
committed
Update Travis CI config file
1 parent 13f6e46 commit 0be237f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ cache:
1313

1414
env:
1515
global:
16-
- ANDROID_API=28
17-
- EMULATOR_API=27
18-
- ANDROID_BUILD_TOOLS=28.0.3
16+
- ANDROID_API=29
17+
- EMULATOR_API=29
18+
- ANDROID_BUILD_TOOLS=29.0.2
1919
- ADB_INSTALL_TIMEOUT=10 # minutes
2020

2121
android:
@@ -32,10 +32,11 @@ licenses:
3232
- google-gdk-license-.+
3333

3434
before_install:
35-
- yes | sdkmanager "platforms;android-28"
35+
- yes | sdkmanager "platforms;android-29"
3636
- mkdir "$ANDROID_HOME/licenses" || true
37-
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
38-
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd\n504667f4c0de7af1a06de9f4b1727b84351f2910" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
37+
- echo -e "\n24333f8a63b6825ea9c5514f83c2829b004d1fee" > "$ANDROID_HOME/licenses/android-sdk-license"
38+
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
39+
- echo -e "\n859f317696f67ef3d7f30a50a5560e7834b43903" > "$ANDROID_HOME/licenses/android-sdk-arm-dbt-license"
3940
- chmod +x gradlew
4041

4142
script:

0 commit comments

Comments
 (0)