Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Add build tools 28 license
Browse files Browse the repository at this point in the history
  • Loading branch information
phcp authored and dgarciasarai committed Jan 29, 2019
1 parent 8700e99 commit 017b3bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
global:
- ADB_INSTALL_TIMEOUT=10
- LICENSES="android-sdk-license-5be876d5|mips-android-sysimage-license-15de68cc|intel-android-sysimage-license-1ea702d1|android-sdk-license-ed0d0a5b|android-sdk-license-c81a61d9|android-sdk-license-2742d1c5"
- COMPONENTS=build-tools-25.0.2,android-25,build-tools-26.0.2,android-26,extra-android-m2repository,extra-google-m2repository
- COMPONENTS=build-tools-25.0.2,android-25,build-tools-26.0.2,android-26,build-tools-28.0.3,android-28,extra-android-m2repository,extra-google-m2repository
matrix:
- PLATFORM=iOS
- PLATFORM=Android
Expand Down Expand Up @@ -36,6 +36,7 @@ before_script:
echo "8933bad161af4178b1185d1a37fbf41ea5269c55" > $ANDROID_HOME/licenses/android-sdk-license
echo "d56f5187479451eabf01fb78af6dfcb131a6481e" >> $ANDROID_HOME/licenses/android-sdk-license
echo "84831b9409646a918e30573bab4c9c91346d8abd" >> $ANDROID_HOME/licenses/android-sdk-license
echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" >> $ANDROID_HOME/licenses/android-sdk-license
fi
script:
Expand Down

0 comments on commit 017b3bd

Please sign in to comment.