Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb60f9f

Browse files
committed
chore: update .travis.yml to use both sdk 28 and 29
1 parent 0181085 commit bb60f9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ cache:
1010
- $HOME/.gradle/wrapper/
1111
- $HOME/.android/build-cache
1212
before_install:
13+
- yes | sdkmanager "platforms;android-28"
1314
- yes | sdkmanager "platforms;android-29"
1415
- mkdir "$ANDROID_HOME/licenses" || true
1516
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
1617
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd\n504667f4c0de7af1a06de9f4b1727b84351f2910" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
1718
android:
1819
components:
1920
- tools
21+
- build-tools-28.0.3
2022
- build-tools-29.0.0
2123
- tools
2224
licenses:

0 commit comments

Comments
 (0)