Skip to content
Snippets Groups Projects
Commit 92748ac8 authored by akwizgran's avatar akwizgran
Browse files

Accept build tools license for CI.

parent b89686c2
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment