[8.2.0][led] 升级LED外屏库,解决更改欢迎语是文字滚动过慢问题

This commit is contained in:
xinfengkun
2025-08-11 10:53:35 +08:00
parent 1d2b0af350
commit b1f12f4b29

View File

@@ -39,6 +39,6 @@ android {
dependencies {
implementation rootProject.ext.dependencies.androidxappcompat
api rootProject.ext.dependencies.serialport
implementation "com.mogo.support.device.manager:led_screen_cpower5a:1.0.12"
implementation "com.mogo.support.device.manager:led_screen_cpower5a:1.0.13"
implementation rootProject.ext.dependencies.view_model_scope
}