version:1.2.9

fix:修复没有微信时打开报错
update:新增单独联系人页面
This commit is contained in:
2024-10-14 09:42:27 +08:00
parent 196b93424a
commit b5b12c3e83
22 changed files with 744 additions and 38 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.xxpatx.os"
minSdkVersion 24
targetSdkVersion 29
versionCode 1028
versionName "1.2.7"
versionCode 1030
versionName "1.2.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -148,8 +148,10 @@ dependencies {
//磁盘缓存
implementation 'com.jakewharton:disklrucache:2.0.2'
//glide
implementation 'com.github.bumptech.glide:glide:4.13.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'
implementation 'com.github.bumptech.glide:glide:4.15.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.15.1'
//RxJava
// implementation 'io.reactivex.rxjava2:rxjava:2.2.12'
// implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'