启动页控制

This commit is contained in:
2024-10-13 05:03:34 +08:00
parent d98bfe88c5
commit 20a34b569a
6 changed files with 80 additions and 4 deletions

View File

@@ -112,6 +112,7 @@ dependencies {
implementation ("cn.jiguang.sdk:jpush-google:5.4.0")
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 依赖
}