11 lines
256 B
Kotlin
11 lines
256 B
Kotlin
// @Reference
|
|
// ! Current library (OpenCV) was referred to TonyJiangWJ/Auto.js (https://github.com/TonyJiangWJ/Auto.js) on Oct 18, 2022.
|
|
|
|
plugins {
|
|
id("org.autojs.build.local-arr-register-convention")
|
|
}
|
|
|
|
localAars {
|
|
files += "opencv-4.8.0.aar"
|
|
}
|