Blame view

泰额版/Food Labeling Management App UniApp/nativeplugins/native-fast-printer/package.json 1015 Bytes
59e51671   “wangming”   1
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
26
27
28
29
30
31
32
33
34
35
36
37
38
  {
    "name": "native-fast-printer",
    "id": "native-fast-printer",
    "version": "1.2.8",
    "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",
          "x86",
          "x86_64"
        ],
        "minSdkVersion": "21",
        "useAndroidX": true,
        "permissions": [
          "android.permission.BLUETOOTH",
          "android.permission.BLUETOOTH_ADMIN",
          "android.permission.BLUETOOTH_CONNECT"
        ]
      }
    }
  }