Commit 926ee11
docs(readme): clarify which build command to run
`:app:assembleDebug` looks like a variant task but is a lifecycle task that
builds every flavor at once, which is surprising when you only wanted the
opensource APK. Say so, and point at the variant task instead.
Also document `:app:processOpensourceDebugResources` for resource-only changes
such as translations — it validates through aapt2 in seconds and does not fail
on unrelated Kotlin compile errors.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent b8f7adb commit 926ee11
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
199 | 212 | | |
200 | 213 | | |
201 | 214 | | |
| |||
0 commit comments