update:2020.10.19

fix:设备号获取问题,兼容Android10,报错修复
add:
This commit is contained in:
2020-10-19 18:41:47 +08:00
parent 12172e6706
commit 49b19777b9
13 changed files with 1380 additions and 544 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.info.sn"
minSdkVersion 23
targetSdkVersion 28
versionCode 19
versionName "1.1.9"
versionCode 21
versionName "1.2.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
@@ -137,5 +137,7 @@ dependencies {
annotationProcessor 'com.arialyy.aria:compiler:3.8.5'
implementation "org.java-websocket:Java-WebSocket:1.4.1"
//高德地图定位
implementation 'com.amap.api:location:5.1.0'
}