cuiqian2004
5 天以前 310ab72840d7c7025273ac79363107a1f9e4bc8e
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": "rfid",
    "id": "rfid",
    "version": "1.0.0",
    "description": "My rfid Plugin",
    "_dp_type": "nativeplugin",
    "_dp_nativeplugin": {
        "android": {
            "plugins": [{
                "type": "module",
                "name": "RFIDModule",
                "class": "com.handheld.rfid.RFIDModule"
            }],
            "resources": [
                "res/raw/barcodebeep",
                "res/raw/beeps",
                "res/raw/beeps"
            ],
            "integrateType": "aar",
            "minSdkVersion": 21
        }
 
    }
}