Skip to content

Instantly share code, notes, and snippets.

View shalzz's full-sized avatar
🦀

Shaleen Jain shalzz

🦀
View GitHub Profile
@shalzz
shalzz / ci-setup.sh
Created October 31, 2019 06:31 — forked from lordcodes/ci-setup.sh
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