软件内版本检测更新

This commit is contained in:
2024-10-26 06:02:30 +08:00
parent ed66f15be7
commit e38c36aa2c
4 changed files with 150 additions and 0 deletions

View File

@@ -114,6 +114,8 @@ dependencies {
api ("com.tencent.imsdk:imsdk-plus:8.1.6116")
implementation("io.github.rroohit:ImageCropView:3.0.1")
implementation("androidx.core:core-splashscreen:1.0.1") // 添加 SplashScreen 依赖
// 添加 lifecycle-runtime-ktx 依赖
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
}