1
hao
2025-05-20 28997825e47018a0d9b3b8e4c003b232f62d241f
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
{
    "name": "gp-bluetooth",
    "id": "gp-bluetooth",
    "version": "1",
    "description": "bluetooth打印",
    "_dp_type":"nativeplugin",
    "_dp_nativeplugin":{
        "android": {
            "abis": [
                "armeabi-v7a|arm64-v8a|x86"
            ],
            "plugins": [
                {
                    "type": "module",
                    "name": "gp-bluetooth",
                    "class": "cn.poscom.bluetooth.BluetoothModule"
                }
            ],
            "minSdkVersion": "24",
            "integrateType": "aar",
            "dependencies": [],
            "excludeDependencies": [],
            "compileOptions": {  
                "sourceCompatibility": "1.8",
                "targetCompatibility": "1.8"
            }
        }
    }
}