version:4.2

fix:
update:优化联系人列表
This commit is contained in:
2022-10-12 11:52:01 +08:00
parent 1970a27246
commit dc0de4faf8
15 changed files with 256 additions and 49 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiui.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 32
versionName "4.1"
versionCode 33
versionName "4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -186,7 +186,7 @@ dependencies {
//高德地图定位
implementation 'com.amap.api:location:5.1.0'
//MMKV
implementation 'com.tencent:mmkv-static:1.2.12'
implementation 'com.tencent:mmkv-static:1.2.14'
implementation 'com.tencent.tpns:tpns:1.3.6.1-release'
//状态栏透明
implementation 'com.gitee.zackratos:UltimateBarX:0.8.0'