1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| {
| "name": "LcPrinter",
| "id": "LcPrinter",
| "version": "1.0.1",
| "description": "新版打印插件",
| "_dp_type":"nativeplugin",
| "_dp_nativeplugin":{
| "android": {
| "plugins": [
| {
| "type": "module",
| "name": "LcPrinter",
| "class": "uni.dcloud.io.uniplugin_lcprint_new.PrinterModule"
| }
| ],
| "abis": [
| "armeabi-v7a",
| "arm64-v8a",
| "x86"
| ],
| "integrateType": "aar",
| "minSdkVersion" : 21
| }
| }
| }
|
|