update:2020.09.07
fix:去掉不需要显示的toast,增加高德地图定位,增加更新设备获取详细信息
add:
This commit is contained in:
2020-09-08 15:07:09 +08:00
parent 83d7be8caf
commit 63ed572385
10 changed files with 454 additions and 117 deletions

View File

@@ -88,8 +88,8 @@ android {
}
newl {
flavorDimensions "default"
versionCode 150
versionName "1.0.5"
versionCode 153
versionName "1.0.8"
/*********************************极光推送************************************/
manifestPlaceholders = [
JPUSH_PKGNAME: "com.jiaoguanyi.appstore",
@@ -234,5 +234,5 @@ dependencies {
implementation 'com.hjq:xxpermissions:6.0'
implementation 'com.amap.api:location:5.1.0'
}