6.7.0 - Alpha14 - 修复部分库 (如 MQTT) 缺失 Local Broadcast Manager 依赖而无法正常使用的问题

This commit is contained in:
SuperMonster003
2026-01-11 23:05:25 +08:00
parent 59fe480254
commit 3aa2bb8915
2 changed files with 22 additions and 16 deletions

View File

@@ -1,5 +1,10 @@
[versions]
#deprecated : Only retained for dependencies of certain libraries (such as MQTT)
#substitution : LiveData or SharedFlow
#since : Sep 25, 2025 (by SuperMonster003)
localbroadcastmanager = "1.1.0"
#strictly : 4.12.0
#purpose : Compatibility for kotlin 2.0.x (e.g. 2.0.21)
#because : Version 5.0.0+ requires kotlin 2.2.0+
@@ -149,6 +154,7 @@ kotlin-csv-jvm = { module = "com.github.doyaaaaaken:kotlin-csv-jvm", version.ref
ksp-version-codes-processor = { module = "logic:ksp-version-codes-processor" }
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
licensesdialog = { module = "de.psdev.licensesdialog:licensesdialog", version.ref = "licensesdialog" }
localbroadcastmanager = { module = "androidx.localbroadcastmanager:localbroadcastmanager", version.ref = "localbroadcastmanager" }
log4j = { module = "log4j:log4j", version.ref = "log4j" }
material = { module = "com.google.android.material:material", version.ref = "material" }
materialprogressbar = { module = "me.zhanghai.android.materialprogressbar:library", version.ref = "materialprogressbar" }