Skip to content

Commit 28ee936

Browse files
committed
build(assists-mp):移除 OpenCV 依赖
- 从 dependencies 中移除了 'org.opencv:opencv:4.9.0' - 此更改可能是为了减少项目大小或解决兼容性问题
1 parent 62526bc commit 28ee936

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assists-mp/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ android {
3535
dependencies {
3636
implementation 'androidx.activity:activity-ktx:1.9.0'
3737
implementation 'androidx.core:core-ktx:1.13.1'
38-
api 'org.opencv:opencv:4.9.0'
3938
implementation project(':assists')
4039
}
4140

0 commit comments

Comments
 (0)