File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ dependencies {
102102 // Serialization
103103 implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
104104 // Authentication + Firebase
105- implementation " androidx.credentials:credentials:<latest version> "
106- implementation " androidx.credentials:credentials-play-services-auth:<latest version> "
107- implementation " com.google.android.libraries.identity.googleid:googleid:<latest version> "
105+ implementation " androidx.credentials:credentials:1.5.0 "
106+ implementation " androidx.credentials:credentials-play-services-auth:1.5.0 "
107+ implementation " com.google.android.libraries.identity.googleid:googleid:1.1.1 "
108108 implementation ' com.google.android.gms:play-services-auth:21.3.0'
109109 implementation ' com.google.firebase:firebase-auth-ktx:23.2.0'
110110}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ buildscript {
88 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
99 }
1010 repositories {
11+ google()
1112 mavenCentral()
1213 }
1314}// Top-level build file where you can add configuration options common to all sub-projects/modules.
You can’t perform that action at this time.
0 commit comments