package.json 1015 Bytes
{
  "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"
      ]
    }
  }
}