From d15c6b3545b1ed20bd0d3f187e0934b4712d9403 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 17 Sep 2024 09:04:15 +0200 Subject: [PATCH] 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. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bc124eef..e318480e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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