We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fea77 commit a4083c9Copy full SHA for a4083c9
auth/build.gradle.kts
@@ -74,7 +74,7 @@ dependencies {
74
api(platform("com.google.firebase:firebase-bom:31.2.2"))
75
api("com.google.firebase:firebase-auth-ktx")
76
implementation("androidx.core:core-ktx:1.9.0")
77
- implementation("com.google.android.gms:play-services-auth:20.4.1")
+ implementation("com.google.android.gms:play-services-auth:20.5.0")
78
implementation("androidx.activity:activity-compose:1.7.0")
79
implementation("androidx.appcompat:appcompat:1.6.1")
80
implementation("com.google.android.material:material:1.8.0")
0 commit comments