dev-workflow
Installation
SKILL.md
Development workflow – contentstack-android
When to use
- Running local builds/tests before a PR
- Aligning with GitHub Actions (branch checks, SCA, publish)
Instructions
Project shape
- Root project
contentstack-androidincludes module:contentstack(settings.gradle).
Commands
- From repo root:
./gradlew :contentstack:testDebugUnitTestfor JVM unit tests on the library. - Use
./gradlew cleanwhen switching branches or after AGP/cache issues.