Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ritessshhh authored Dec 27, 2024
1 parent 52c8fff commit b918d32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ dependencies {
implementation project(path: ':comp_spelling')

implementation project(path: ':comp_intervention')
implementation 'com.blankj:utilcode:1.30.6'
implementation 'com.github.RoboTutorLLC:ScreenRecordHelper:1.0.0'
implementation 'com.github.HBiSoft:HBRecorder:2.0.3'
}
Expand All @@ -138,4 +139,4 @@ task getVersionName() {
project.gradle.projectsEvaluated {
println "$project.android.defaultConfig.versionName"
}
}
}

0 comments on commit b918d32

Please sign in to comment.