| name | android |
|---|---|
| description | Use for Android module layout, Gradle config, and Kotlin/Java conventions in contentstack-android. |
- Editing
contentstack/build.gradle, manifests, or source undercontentstack/src/ - Adjusting
minSdk, multidex, or packaging excludes
- Follow standard Android library layout:
main,test,androidTestundercontentstack/src/.
local.propertiessupplies machine-specific paths and optional keys—do not commit secrets; use the same keys the Gradle file expects (host,APIKey, etc. inbuildTypes).
- Compile options target Java 17 in the module—match language features accordingly.