1234567891011121314151617181920212223 |
- {
- "name": "helloworld-debug",
- "id": "helloworld-debug",
- "version": "2.1.4",
- "description": "测试获取通话记录",
- "_dp_type":"nativeplugin",
- "_dp_nativeplugin":{
- "android": {
- "plugins": [
- {
- "type": "module",
- "name": "helloworld-debug",
- "class": "com.example.helloworld.Helloword"
- }
- ],
-
- "integrateType": "aar"
-
-
-
- }
- }
- }
|