From b1f12f4b2930921fb1ce416d6f7eed772eb411b9 Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Mon, 11 Aug 2025 10:53:35 +0800 Subject: [PATCH] =?UTF-8?q?[8.2.0][led]=20=E5=8D=87=E7=BA=A7LED=E5=A4=96?= =?UTF-8?q?=E5=B1=8F=E5=BA=93=EF=BC=8C=E8=A7=A3=E5=86=B3=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E6=AC=A2=E8=BF=8E=E8=AF=AD=E6=98=AF=E6=96=87=E5=AD=97=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E8=BF=87=E6=85=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/mogo-hardware-devices/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/mogo-hardware-devices/build.gradle b/libraries/mogo-hardware-devices/build.gradle index 8e98798b0b..58a210b2c1 100644 --- a/libraries/mogo-hardware-devices/build.gradle +++ b/libraries/mogo-hardware-devices/build.gradle @@ -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 }