6.4.0 Pre - 新增 barcode/qrcode/shizuku 等模块; 适配高版本系统语言设置; 优化打包功能; 支持应用快捷方式; 修复屏幕旋转相关问题
This commit is contained in:
12
libs/org.opencv-4.8.0/build.gradle.kts
Normal file
12
libs/org.opencv-4.8.0/build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
// @Reference
|
||||
// ! Current library (OpenCV) was referred to TonyJiangWJ/Auto.js (https://github.com/TonyJiangWJ/Auto.js) on Oct 18, 2022.
|
||||
|
||||
"opencv-4.8.0.aar"
|
||||
.let { path ->
|
||||
rootProject.extra["configurationName"].toString().let { name ->
|
||||
configurations.maybeCreate(name)
|
||||
file(path).takeIf { it.exists() }?.also {
|
||||
artifacts.add(name, it)
|
||||
} ?: throw Exception("File not found: \"$path\"")
|
||||
}
|
||||
}
|
||||
BIN
libs/org.opencv-4.8.0/opencv-4.8.0.aar
Normal file
BIN
libs/org.opencv-4.8.0/opencv-4.8.0.aar
Normal file
Binary file not shown.
Reference in New Issue
Block a user