123456789101112131415161718192021 |
- {
- "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
- }
- }
- }
|