优化
This commit is contained in:
38
nativeplugins/PrintSDK/package.json
Normal file
38
nativeplugins/PrintSDK/package.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "SPD_PrintSDK_Uniapp",
|
||||
"id": "PrintSDK",
|
||||
"version": "2.1.0",
|
||||
"description": "思必拓打印机插件2.1",
|
||||
"_dp_type":"nativeplugin",
|
||||
"_dp_nativeplugin":{
|
||||
"android": {
|
||||
"plugins": [
|
||||
{
|
||||
"type": "module",
|
||||
"name": "PrintSDK",
|
||||
"class": "com.spd.print.PrintModule"
|
||||
}
|
||||
],
|
||||
"hooksClass": "com.spd.print.PrintModule_AppProxy",
|
||||
"integrateType": "aar",
|
||||
"dependencies": [
|
||||
|
||||
],
|
||||
"compileOptions": {
|
||||
"sourceCompatibility": "1.8",
|
||||
"targetCompatibility": "1.8"
|
||||
},
|
||||
"abis": [
|
||||
"armeabi-v7a"
|
||||
|
||||
],
|
||||
"minSdkVersion": "16",
|
||||
"useAndroidX": false,
|
||||
"permissions": [
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user