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