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

Fix Android SDK license in Circle CI (6)

  • Loading branch information
tony19 committed Dec 29, 2017
commit d753429a366c8bbda319687c0dc38ea80bd80993
@@ -1,11 +1,11 @@
machine:
java:
version: oraclejdk8
environment:
ANDROID_SDK: $HOME/.android
ANDROID_HOME: $HOME/.android

dependencies:
environment:
- ANDROID_SDK: $HOME/.android
- ANDROID_HOME: $HOME/.android
pre:
- mkdir -p "$ANDROID_SDK/licenses"
- echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_SDK/licenses/android-sdk-license"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.