Skip to content

Commit 0181085

Browse files
committed
chore: update .travis.yml to use sdk 29 and build-tools 29.0.0
1 parent 80ed747 commit 0181085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ cache:
1010
- $HOME/.gradle/wrapper/
1111
- $HOME/.android/build-cache
1212
before_install:
13-
- yes | sdkmanager "platforms;android-28"
13+
- yes | sdkmanager "platforms;android-29"
1414
- mkdir "$ANDROID_HOME/licenses" || true
1515
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
1616
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd\n504667f4c0de7af1a06de9f4b1727b84351f2910" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
1717
android:
1818
components:
1919
- tools
20-
- build-tools-28.0.3
20+
- build-tools-29.0.0
2121
- tools
2222
licenses:
2323
- android-sdk-preview-license-.+

0 commit comments

Comments
 (0)