From 5017c2c46d3f72f0b9c8ab870672e13f871e650b Mon Sep 17 00:00:00 2001 From: FongMi Date: Tue, 12 Mar 2024 21:26:02 +0800 Subject: [PATCH] Update gradle.properties --- gradle.properties | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3129f3f7a..15cd313a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,8 +6,6 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.daemon=true -org.gradle.parallel=true org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit @@ -21,4 +19,7 @@ android.enableJetifier=true # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true \ No newline at end of file +android.useFullClasspathForDexingTransform=true +android.defaults.buildfeatures.buildconfig=true +android.nonTransitiveRClass=true +android.nonFinalResIds=false \ No newline at end of file