You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
40 lines
1.2 KiB
{ |
|
"name": "HG-GaoDeNav", |
|
"id": "HG-GaoDeNav", |
|
"version": "4.0", |
|
"description": "高德导航", |
|
"_dp_type":"nativeplugin", |
|
"_dp_nativeplugin":{ |
|
"android": { |
|
"plugins": [ |
|
{ |
|
"type": "module", |
|
"name":"HG-GaoDeNav", |
|
"class": "com.hack.uniplugin_gaodenav.GaoDeNavModule" |
|
} |
|
], |
|
"hooksClass": "com.github.uniapp_gaode_plugin.GaoDeNav_HookProxy", |
|
"integrateType": "aar", |
|
"dependencies": [ |
|
|
|
], |
|
"abis": [ |
|
"armeabi-v7a", |
|
"arm64-v8a" |
|
], |
|
"minSdkVersion": "21", |
|
"permissions": [ |
|
"android.permission.INTERNET" , |
|
"android.permission.WRITE_EXTERNAL_STORAGE" , |
|
"android.permission.ACCESS_COARSE_LOCATION" , |
|
"android.permission.ACCESS_NETWORK_STATE" , |
|
"android.permission.ACCESS_FINE_LOCATION" , |
|
"android.permission.READ_PHONE_STATE" , |
|
"android.permission.ACCESS_WIFI_STATE" , |
|
"android.permission.CHANGE_WIFI_STATE" , |
|
"android.permission.WAKE_LOCK" |
|
] |
|
|
|
} |
|
} |
|
} |