From 2b1fce5412d9394ae3b36277c11ebf7cf0dbd38d Mon Sep 17 00:00:00 2001 From: ZCShou <72115@163.com> Date: Sat, 9 Aug 2025 15:10:00 +0800 Subject: [PATCH] fix: remove some warnings --- build.gradle | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 454da66..4bfe005 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.11.1' + classpath 'com.android.tools.build:gradle:8.12.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle.properties b/gradle.properties index b930a7b..889d7ef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. android.enableJetifier=false -android.nonFinalResIds=false -android.nonTransitiveRClass=false +android.nonFinalResIds=true +android.nonTransitiveRClass=true android.useAndroidX=true org.gradle.jvmargs=-Xmx1536m org.gradle.unsafe.configuration-cache=true