移除无用dependencies

This commit is contained in:
LittleTurtle2333
2023-02-18 21:48:42 +08:00
parent 1feb754385
commit 4ce55d1fb3

View File

@@ -59,5 +59,4 @@ dependencies {
val appCenterSdkVersion = "4.4.3"
implementation("com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}")
implementation("com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}")
implementation("androidx.core:core-splashscreen:1.0.0")
}