#
whycq
2024-04-06 8acdbb974176ad1cc41c8fc5a4b8d67e0eef65e8
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
        }
    }
}