3 changed files with 30 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||
{ |
|||
"name": "scanCode", |
|||
"id": "scanCode", |
|||
"version": "0.0.1", |
|||
"description": "测试插件流程", |
|||
"_dp_type":"nativeplugin", |
|||
"_dp_nativeplugin":{ |
|||
"android": { |
|||
"plugins": [ |
|||
{ |
|||
"type": "module", |
|||
"name": "scanCode", |
|||
"class": "cn.bnyer.scancode.scanCode" |
|||
} |
|||
], |
|||
"integrateType": "aar", |
|||
"parameters": { |
|||
|
|||
}, |
|||
"dependencies": [] |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"name": "scanCode", |
|||
"lockfileVersion": 2, |
|||
"requires": true, |
|||
"packages": {} |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
Loading…
Reference in new issue