#
whycq
2023-07-27 232e949dbfe8b7883f1952233de21037fb3fd71e
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
        }
    }
}