#
whycq
2025-02-19 04839b0c8660e2ba4228a743edf8f784e2470d6c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "HanyinPlugin",
    "id": "Hanyin-Plugin",
    "version": "1.0.4",
    "description": "汉印便携式打印机",
    "_dp_type":"nativeplugin",
    "_dp_nativeplugin":{
        "android": {
            "plugins": [
                {
                    "type": "module",
                    "name": "Hanyin-Plugin",
                    "class": "com.example.hanyin_plugin.Methods"
                }
            ],
            "integrateType": "aar",
            "minSdkVersion" : 19,
            "targetSdkVersion": 31
        }
    }
}