[684][app]升级LED 库版本

This commit is contained in:
xinfengkun
2024-12-24 19:51:41 +08:00
parent 3a221c3e1b
commit 48332c1eaf

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.5"
implementation "com.mogo.support.device.manager:led_screen_cpower5a:1.0.6"
implementation rootProject.ext.dependencies.view_model_scope
}