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

  • Loading branch information
tony19 committed Dec 29, 2017
commit ad41e50cb91c55fe9a4201fb45ad087bf0ed63d3
@@ -1,3 +1,9 @@
machine:
environment:
- ANDROID_SDK: $HOME/.android
- ANDROID_HOME: $HOME/.android
pre:
- mkdir -p "$ANDROID_SDK/licenses"
- echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_SDK/licenses/android-sdk-license"
java:
version: oraclejdk8
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.