From f99ee74ee398f541b4a3dccce77801443da53fd5 Mon Sep 17 00:00:00 2001 From: j50ju <155741428+j50ju@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:31:39 +0800 Subject: [PATCH] Update build.gradle for ScreenRecordHelper --- app/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 86801e0e..224b3d0f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -130,7 +130,9 @@ dependencies { implementation project(path: ':comp_spelling') implementation project(path: ':comp_intervention') - implementation 'com.github.RoboTutorLLC:ScreenRecordHelper:1.0.0' + implementation ('com.github.RoboTutorLLC:ScreenRecordHelper:1.0.0') { + exclude group: 'com.blankj', module: 'utilcode' + } implementation 'com.github.HBiSoft:HBRecorder:2.0.3' }