version:2.2.0

bugfixes:微信通话不需要标签
update:增加合规弹窗
This commit is contained in:
2025-06-26 18:18:12 +08:00
parent 784ca8a8f8
commit 219f0bd351
25 changed files with 861 additions and 51 deletions

View File

@@ -18,8 +18,8 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 219
versionName "2.1.9"
versionCode 220
versionName "2.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -138,6 +138,7 @@ dependencies {
// Java language implementation
implementation "androidx.fragment:fragment:1.4.1"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.browser:browser:1.7.0'
implementation 'androidx.preference:preference:1.1.1'
testImplementation 'junit:junit:4.12'
@@ -190,6 +191,7 @@ dependencies {
// implementation 'com.baidu.lbsyun:BaiduMapSDK_Location:9.1.8'
//MMKV
implementation 'com.tencent:mmkv-static:1.2.14'
// implementation 'com.tencent.tbs.tbssdk:sdk:43993'
//bugly
implementation 'com.tencent.bugly:crashreport:4.1.9.2'
/*xCrash */