Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build #5

Merged
merged 10 commits into from Dec 29, 2017
Prev

Comment Circle config about Android SDK license

  • Loading branch information
tony19 committed Dec 29, 2017
commit 1cc1ccf7ce2a609505653ee2f4ed3319f1ee09dc
@@ -5,6 +5,12 @@ machine:
ANDROID_SDK: $HOME/.android
ANDROID_HOME: $HOME/.android

# Simulate Android license acceptance by copying SHA from local
# development machine at $ANDROID_SDK/licenses/android-sdk-license
# (Mac: ~/Library/Android/sdk/licenses/android-sdk-license)
# into CI's Android SDK directory. The SHA may require updating
# upon moving to a new SDK version.
# See https://stackoverflow.com/a/38381577/6277151
dependencies:
pre:
- mkdir -p "$ANDROID_SDK/licenses"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.