version:3.2

fix:
update:增加拨号,添加联系人,通话记录
This commit is contained in:
2023-04-28 10:52:38 +08:00
parent dee497c0a2
commit 2a0fa9f4dc
104 changed files with 3170 additions and 177 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiuios.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 22
versionName "3.1"
versionCode 23
versionName "3.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -203,6 +203,8 @@ dependencies {
//bindView
implementation 'com.jakewharton:butterknife:10.2.3'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
implementation 'com.facebook.rebound:rebound:0.3.8'
//百度地图
// implementation 'com.baidu.lbsyun:BaiduMapSDK_Location:9.1.8'
//MMKV
@@ -225,6 +227,8 @@ dependencies {
implementation 'cn.jzvd:jiaozivideoplayer:7.7.2.3300'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.16'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.16'
//图片选择
implementation 'io.github.lucksiege:pictureselector:v3.10.8'
}
preBuild {