Accept build tools license for CI.

This commit is contained in:
akwizgran
2017-11-21 17:28:11 +00:00
parent b89686c287
commit 92748ac872

View File

@@ -8,6 +8,8 @@ cache:
before_script:
- set -e
- export GRADLE_USER_HOME=$PWD/.gradle
# Accept the license for the Android build tools
- echo y | /opt/android-sdk/tools/bin/sdkmanager "build-tools;26.0.2"
# Install the Android support repository
# TODO: Remove this when we upgrade the support library
- echo y | /opt/android-sdk/tools/bin/sdkmanager 'extras;android;m2repository'