hldy_app/nativeplugins/MonitorModule/package.json

40 lines
1.0 KiB
JSON

{
"name":"MonitorModule",
"id":"MonitorModule",
"version":"2.0.1",
"description":"bugly升级",
"_dp_type":"nativeplugin",
"_dp_nativeplugin":{
"android":{
"plugins":[{
"type":"module",
"name":"MonitorModule",
"class": "com.cn.plugin_module.MonitorModule"
},
{
"type": "component",
"name": "MonitorControlView",
"class": "com.cn.plugin_module.PTZMotorJoyStickView"
},
{
"type": "component",
"name": "MonitorView",
"class": "com.cn.plugin_module.MonitorView"
}],
"integrateType": "aar",
"dependencies": [
"androidx.constraintlayout:constraintlayout:2.1.4",
"androidx.core:core-ktx:1.3.2",
"androidx.appcompat:appcompat:1.1.0",
"com.google.android.material:material:1.6.1",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3",
"org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3",
"androidx.lifecycle:lifecycle-runtime-ktx:2.5.1",
"com.google.code.gson:gson:2.10.1",
"com.alibaba:fastjson:1.2.83"
]
}
}
}