You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
531 B
24 lines
531 B
{
|
|
"name": "Usb通讯插件",
|
|
"id": "Zhimi-UsbSerial",
|
|
"version": "1.0",
|
|
"description": "Usb通讯插件",
|
|
"_dp_type":"nativeplugin",
|
|
"_dp_nativeplugin":{
|
|
"android": {
|
|
"plugins": [
|
|
{
|
|
"type": "module",
|
|
"name": "Zhimi-UsbSerial",
|
|
"class": "com.zhimi.usbserial.UsbSerialModule"
|
|
}
|
|
],
|
|
"hooksClass": "com.zhimi.usbserial.UsbSerialAppProxy",
|
|
"integrateType": "aar",
|
|
"dependencies": [
|
|
"com.github.mik3y:usb-serial-for-android:3.4.3"
|
|
],
|
|
"minSdkVersion": "21"
|
|
}
|
|
}
|
|
}
|