hldy_app/nativeplugins/MonitorModule/package.json

40 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2025-08-22 17:12:39 +08:00
{
2025-08-25 17:30:39 +08:00
"name":"MonitorModule",
"id":"MonitorModule",
2025-08-22 17:12:39 +08:00
"version":"2.0.1",
"description":"bugly升级",
"_dp_type":"nativeplugin",
"_dp_nativeplugin":{
"android":{
"plugins":[{
"type":"module",
2025-08-25 17:30:39 +08:00
"name":"MonitorModule",
"class": "com.cn.plugin_module.MonitorModule"
2025-08-22 17:12:39 +08:00
},
{
2025-08-25 17:30:39 +08:00
"type": "component",
2025-08-29 17:33:30 +08:00
"name": "MonitorControlView",
"class": "com.cn.plugin_module.PTZMotorJoyStickView"
2025-08-22 17:12:39 +08:00
},
{
2025-08-25 17:30:39 +08:00
"type": "component",
"name": "MonitorView",
"class": "com.cn.plugin_module.MonitorView"
}],
2025-08-22 17:12:39 +08:00
"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"
]
}
}
}