1234567891011121314151617181920212223 |
- {
- "name": "js-uhf",
- "id": "js-uhf",
- "version": "1.0.0",
- "description": "pda手持机uhf",
- "_dp_type":"nativeplugin",
- "_dp_nativeplugin":{
- "android": {
- "plugins": [
- {
- "type": "module",
- "name": "js-uhf",
- "class": "com.jiesheng.uhf.Rfid"
- }
- ],
- "abis": [
- "armeabi",
- "arm64-v8a"
- ],
- "integrateType": "aar"
- }
- }
- }
|