6.7.0 - Alpha23 - 移除 "android.enableJetifier=true"; 模块化 Expandable Layout, Expandable RecyclerView, Recyclerview Flexible Divider

This commit is contained in:
SuperMonster003
2026-03-07 19:35:05 +08:00
parent 0cc28bdb6c
commit 528f3e59dc
47 changed files with 4673 additions and 75 deletions

View File

@@ -10,7 +10,7 @@
# 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
#Thu Nov 11 16:38:18 CST 2021
# Thu Nov 11 16:38:18 CST 2021
# Configure memory settings for Gradle daemon and Kotlin daemon
# -Xms: Initial heap size
# -Xmx: Maximum heap size
@@ -29,11 +29,6 @@ org.gradle.parallel=true
# https://developer.android.com/topic/libraries/support-library/androidx-rn
# https://developer.android.com/jetpack/androidx/migrate
android.useAndroidX=true
# When this flag is set to true,
# the Android plugin automatically migrates existing third-party libraries
# to use AndroidX dependencies by rewriting their binaries.
# https://developer.android.com/jetpack/androidx/migrate
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
@@ -44,8 +39,15 @@ android.nonFinalResIds=true
# auto-download: Automatically download required Java version if not found
org.gradle.java.installations.auto-detect=true
org.gradle.java.installations.auto-download=true
# BuildConfig feature flag history:
# - Added in Gradle Build Tool 8.0.0-alpha09
# - Removed in Gradle Build Tool 8.2.0-alpha15
# - Controls generation of BuildConfig class
# ====== Archived ======
# ------ Jetifier ------
# When this flag is set to true,
# the Android plugin automatically migrates existing third-party libraries
# to use AndroidX dependencies by rewriting their binaries.
# https://developer.android.com/jetpack/androidx/migrate
# // Removed since Gradle 9.4.0
# android.enableJetifier=true
# ------ BuildConfig ------
# Controls generation of BuildConfig class
# // Removed since Gradle Build Tool 8.2.0-alpha15
# android.defaults.buildfeatures.buildconfig=true