Skip to content

Instantly share code, notes, and snippets.

View anandtrojan's full-sized avatar

Anand Kumar anandtrojan

View GitHub Profile
@lordcodes
lordcodes / ci-setup.sh
Created January 22, 2019 18:53
Android Circle CI config involving workflows, caching and sharing the workspace between steps in workflow.
#!/usr/bin/env bash
# Accept licenses
${ANDROID_HOME}/tools/bin/sdkmanager --licenses
# Install dependencies
./gradlew androidDependencies || true