更新 google 登录
This commit is contained in:
@@ -68,7 +68,9 @@ dependencies {
|
||||
implementation(libs.androidx.media3.ui) // UI组件(可选)
|
||||
implementation(libs.androidx.media3.session)
|
||||
implementation(libs.androidx.activity.ktx)
|
||||
implementation(libs.androidx.lifecycle.common.jvm) // 用于媒体会话(可选)
|
||||
implementation(libs.androidx.lifecycle.common.jvm)
|
||||
implementation(libs.googleid)
|
||||
implementation(libs.identity.credential) // 用于媒体会话(可选)
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
androidTestImplementation(libs.androidx.espresso.core)
|
||||
@@ -83,12 +85,12 @@ dependencies {
|
||||
implementation("com.google.android.gms:play-services-auth:21.2.0")
|
||||
implementation("io.github.serpro69:kotlin-faker:2.0.0-rc.5")
|
||||
implementation("androidx.compose.material:material:1.6.8")
|
||||
implementation("com.facebook.android:facebook-android-sdk:17.0.0")
|
||||
// platform("com.google.firebase:firebase-bom:33.1.2")
|
||||
// implementation("com.google.firebase:firebase-analytics")
|
||||
implementation("net.engawapg.lib:zoomable:1.6.1")
|
||||
implementation("com.squareup.retrofit2:retrofit:2.11.0")
|
||||
implementation("com.squareup.retrofit2:converter-gson:2.11.0")
|
||||
implementation("androidx.credentials:credentials:1.2.2")
|
||||
implementation("androidx.credentials:credentials-play-services-auth:1.2.2")
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user