From a86eb243584f05285f85dd61e342efbe1eeb9f60 Mon Sep 17 00:00:00 2001 From: ggg <2499528095@qq.com> Date: Thu, 15 May 2025 10:33:23 +0800 Subject: [PATCH] =?UTF-8?q?switch=E8=AF=AD=E5=8F=A5=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4387edc..fd5ffa1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,4 +18,5 @@ android.useAndroidX=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.nonTransitiveRClass=true +android.nonFinalResIds=false