mirror of
https://github.com/opencv/opencv.git
synced 2024-12-16 02:19:12 +08:00
aa6b399b5a
- Use the same tools and plugins for SDK build and AAR build - Added script to test Gradle-based samples against local maven repo - Various local fixes and debug prints
5 lines
169 B
Groovy
5 lines
169 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.library' version '7.3.0' apply false
|
|
}
|