Skip to content

Commit

Permalink
Update build.gradle for ScreenRecordHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
j50ju authored Oct 21, 2024
1 parent e1a941a commit f99ee74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit f99ee74

Please sign in to comment.