12345678910111213141516171819202122232425262728293031 |
- {
- "name": "Ba-CameraView",
- "id": "Ba-CameraView",
- "version": "1.1",
- "description": "",
- "_dp_type": "nativeplugin",
- "_dp_nativeplugin": {
- "android": {
- "plugins": [{
- "type": "component",
- "name": "Ba-CameraView",
- "class": "com.ba.camera.CameraView"
- }],
- "integrateType": "aar",
- "minSdkVersion": 21,
- "excludeDependencies": [],
- "dependencies": [
- "androidx.appcompat:appcompat:1.3.0",
- "com.google.android.material:material:1.5.0",
- "androidx.exifinterface:exifinterface:1.3.7",
- "androidx.camera:camera-core:1.0.2",
- "androidx.camera:camera-camera2:1.0.2",
- "androidx.camera:camera-lifecycle:1.0.2",
- "androidx.camera:camera-view:1.0.0-alpha25",
- "com.theartofdev.edmodo:android-image-cropper:2.8.+"
- ],
- "useAndroidX": true,
- "abis": ["armeabi-v7a", "arm64-v8a", "x86"]
- }
- }
- }
|