[684][hardware]升级LED 库版本 1.0.7

This commit is contained in:
xinfengkun
2024-12-25 14:16:06 +08:00
parent 48332c1eaf
commit e7a8916d12

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