zhaojs
2023-06-21 8dac12381494fc5036fb39e6101753f4b62fd3f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "XZH-Shortcut",
    "id": "XZH-Shortcut",
    "version": "1.0.0",
    "description": "Android图标长按菜单",
    "_dp_type": "nativeplugin",
    "_dp_nativeplugin": {
        "android": {
            "plugins": [{
                "type": "module",
                "name": "XZH-Shortcut",
                "class": "com.xzh.shortcuts.ShortcutsModule"
            }],
            "integrateType": "aar",
            "compileOptions": { 
                "sourceCompatibility": "1.8",
                "targetCompatibility": "1.8"
            }
        }
    }
}