From 81d297dd33911dbfdc93dbc3fa9747e511b7ce8e Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期五, 08 十一月 2024 14:51:10 +0800 Subject: [PATCH] 优化透传数据解析 --- gradle.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/gradle.properties b/gradle.properties index 743d692..4c99d8a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,3 +11,9 @@ # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true +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=false +android.enableJetifier=true \ No newline at end of file -- Gitblit v1.8.0