2025-04-09 18:55:14 +08:00

29 lines
579 B
JSON

{
"name": "gp-bluetooth",
"id": "gp-bluetooth",
"version": "1",
"description": "bluetooth打印",
"_dp_type":"nativeplugin",
"_dp_nativeplugin":{
"android": {
"abis": [
"armeabi-v7a|arm64-v8a|x86"
],
"plugins": [
{
"type": "module",
"name": "gp-bluetooth",
"class": "cn.poscom.bluetooth.BluetoothModule"
}
],
"minSdkVersion": "24",
"integrateType": "aar",
"dependencies": [],
"excludeDependencies": [],
"compileOptions": {
"sourceCompatibility": "1.8",
"targetCompatibility": "1.8"
}
}
}
}