6.6.3 - Alpha2 - 本地化 Material Date Time Picker (版本 4.2.3)

This commit is contained in:
SuperMonster003
2025-05-07 23:47:22 +08:00
parent 6dc86a0668
commit 7a3891a14e
114 changed files with 14024 additions and 9 deletions

View File

@@ -30,6 +30,7 @@ private val modules = listOf(
"apk-signer",
"apk-parser",
"color-picker",
"material-date-time-picker",
)
private val libs = listOf(
@@ -453,7 +454,7 @@ pluginManagement {
val console = object {
val versionInfo = mutableListOf<String>()
var versionInfo = mutableListOf<String>()
fun printConcernedSystemPropertiesIfNeeded() {
if (config.isShowConcernedSystemProperties && !systemProperties.isConcernsAlreadyPrinted) {