From 82500494399c74a0146e66af78539640d614604d Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Mon, 8 May 2023 11:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=EF=BC=9ACodeView=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=BA=93=E7=89=88=E6=9C=AC=EF=BC=88=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 36d9e48b..34889d2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -242,7 +242,7 @@ dependencies { kapt "androidx.room:room-compiler:$room_version" //CodeView:https://github.com/AmrDeveloper/CodeView - implementation 'com.github.AmrDeveloper:CodeView:1.3.8' + implementation 'io.github.amrdeveloper:codeview:1.3.8' //LiveEventBus:https://github.com/JeremyLiao/LiveEventBus implementation 'io.github.jeremyliao:live-event-bus-x:1.8.0'