12345678910111213141516171819 |
- {
- "name": "opencv_plugin",
- "id": "opencv_plugin",
- "version": "1.0.0",
- "description": "opencv插件",
- "_dp_type": "nativeplugin",
- "_dp_nativeplugin": {
- "android": {
- "plugins": [
- {
- "type": "module",
- "name": "opencv_plugin",
- "class": "org.opencv.face.FaceDetectionHelper"
- }
- ],
- "integrateType": "aar"
- }
- }
- }
|