version:2.4 beta

fix:
add:更换地图sdk为百度地图
This commit is contained in:
2022-06-28 21:23:36 +08:00
parent 23a22740c9
commit ace28e65b5
8 changed files with 358 additions and 222 deletions

View File

@@ -235,7 +235,9 @@ dependencies {
//腾讯移动推送 TPNS
implementation 'com.tencent.tpns:tpns:1.3.2.0-release'
//高德地图定位
implementation 'com.amap.api:location:5.1.0'
// implementation 'com.amap.api:location:5.1.0'
//百度地图
implementation 'com.baidu.lbsyun:BaiduMapSDK_Location:9.1.8'
//工具类
implementation 'com.blankj:utilcodex:1.31.0'
//autosize会改变第三方view的大小