6.6.3 - Alpha2 - 本地化 Material Dialogs (版本 0.9.6.0) 且支持 options 构建选项

This commit is contained in:
SuperMonster003
2025-05-07 23:51:20 +08:00
parent 7a3891a14e
commit 62b825c4cc
99 changed files with 9911 additions and 10 deletions

View File

@@ -287,16 +287,18 @@ dependencies /* Material Dialogs */ {
// TODO by SuperMonster003 on Feb 5, 2022.
// ! Upgrade to 3.3.0 (more difficult than expected).
// ! zh-CN: 升级至 3.3.0 (实际难度超出预期较多).
val configuration: (ExternalModuleDependency).() -> Unit = {
version {
prefer("0.9.6.0")
because("Not ready to update to version 3.3.0 yet")
}
}
configuration.let { cfg ->
implementation("com.afollestad.material-dialogs:core", cfg)
implementation("com.afollestad.material-dialogs:commons", cfg)
}
// # val configuration: (ExternalModuleDependency).() -> Unit = {
// # version {
// # prefer("0.9.6.0")
// # because("Not ready to update to version 3.3.0 yet")
// # }
// # }
// # configuration.let { cfg ->
// # implementation("com.afollestad.material-dialogs:core", cfg)
// # implementation("com.afollestad.material-dialogs:commons", cfg)
// # }
implementation(project(":modules:material-dialogs"))
implementation("me.zhanghai.android.materialprogressbar:library:1.4.2")
}
dependencies /* Layout */ {