feat(build): enable non-final resource IDs
Switched to enabling non-final resource IDs to allow resource overlays and better resource management in large and modularized projects. This will facilitate easier resource modifications without needing recompilation of the entire codebase.
This commit is contained in:
parent
8f4062de25
commit
d15c6b3545
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
# org.gradle.parallel=true
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.enableJetifier=true
|
||||
android.nonFinalResIds=false
|
||||
android.nonFinalResIds=true
|
||||
android.nonTransitiveRClass=true
|
||||
android.useAndroidX=true
|
||||
|
||||
|
|
Loading…
Reference in a new issue