Hardcoding `namespace = "org.fossify.messages"` in app/build.gradle.kts lets a fork override `applicationId` (via gradle.properties APP_ID) without rebasing the R class location and breaking thousands of `org.fossify.messages.R` imports across the codebase. No effect on the upstream build — applicationId still defaults to APP_ID, only namespace stops following it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| detekt-baseline.xml | ||
| lint-baseline.xml | ||
| proguard-rules.pro | ||