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 (2)

  • Loading branch information
tony19 committed Dec 29, 2017
commit fe0427e1825776e6ced1f63c3274bce469c41555
@@ -1,9 +1,11 @@
machine:
java:
version: oraclejdk8

general:
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.