Blame view

泰额版/Food Labeling Management App UniApp/nativeplugins/native-fast-printer/package.json 997 Bytes
59e51671   “wangming”   1
1
2
3
  {
    "name": "native-fast-printer",
    "id": "native-fast-printer",
540ac0e3   杨鑫   前端修改bug
4
    "version": "1.0.3",
59e51671   “wangming”   1
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
    "description": "Android高速标签打印原生插件",
    "_dp_type": "nativeplugin",
    "_dp_nativeplugin": {
      "android": {
        "plugins": [
          {
            "type": "module",
            "name": "native-fast-printer",
            "class": "com.foodlabel.nativeprinter.NativeFastPrinterModule"
          }
        ],
        "integrateType": "aar",
        "dependencies_remark": "使用本地AAR,依赖HBuilder基座内置UniModule/JSCallback/fastjson。",
        "dependencies": [],
        "compileOptions": {
          "sourceCompatibility": "1.8",
          "targetCompatibility": "1.8"
        },
        "abis": [
          "armeabi-v7a",
          "arm64-v8a",
540ac0e3   杨鑫   前端修改bug
26
          "x86"
59e51671   “wangming”   1
27
28
29
30
31
32
33
34
35
36
37
        ],
        "minSdkVersion": "21",
        "useAndroidX": true,
        "permissions": [
          "android.permission.BLUETOOTH",
          "android.permission.BLUETOOTH_ADMIN",
          "android.permission.BLUETOOTH_CONNECT"
        ]
      }
    }
  }