cuiqian2004
4 天以前 07925905f1a596e20e980de6d42db217abb753b0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "honrfid",
    "id": "honrfid",
    "version": "1.0.0",
    "description": "honeywell rfid Plugin",
    "_dp_type": "nativeplugin",
    "_dp_nativeplugin": {
        "android": {
            "plugins": [{
                "type": "module",
                "name": "RFIDModule",
                "class": "com.handheld.honrfid.RFIDModule"
            }],
            "resources": [
                "res/raw/barcodebeep",
                "res/raw/beeps",
                "res/raw/beeps"
            ],
            "integrateType": "aar",
            "minSdkVersion": 26
        }
 
    }
}