Skip to content

Commit

Permalink
Accept more Android licenses on Shippable
Browse files Browse the repository at this point in the history
  • Loading branch information
vgaidarji committed Jan 7, 2018
1 parent ad0024c commit 5be9b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build:
# accept licenses - create a folder to store the license CRC
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
# install missing Android dependencies
- echo y | android update sdk --no-ui --all --filter "android-15,android-21,android-22,android-25,build-tools-24.0.3"
Expand Down

0 comments on commit 5be9b47

Please sign in to comment.