Small dependencies update.
This commit is contained in:
parent
57aac23369
commit
9706c34f38
2 changed files with 3 additions and 3 deletions
|
|
@ -129,7 +129,7 @@ dependencies {
|
|||
// Google Auth
|
||||
implementation("androidx.credentials:credentials:1.2.2")
|
||||
implementation("androidx.credentials:credentials-play-services-auth:1.2.2")
|
||||
implementation("com.google.android.libraries.identity.googleid:googleid:1.1.0")
|
||||
implementation("com.google.android.libraries.identity.googleid:googleid:1.1.1")
|
||||
|
||||
// Google service
|
||||
implementation("com.google.android.gms:play-services-auth:21.2.0")
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ plugins {
|
|||
id("com.android.application") version "8.5.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
|
||||
id("com.google.gms.google-services") version "4.4.2" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.50" apply false
|
||||
id("com.google.firebase.crashlytics") version "3.0.1" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.51" apply false
|
||||
id("com.google.firebase.crashlytics") version "3.0.2" apply false
|
||||
id("androidx.room") version "2.6.1" apply false
|
||||
id("com.google.devtools.ksp") version "1.9.23-1.0.20" apply false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue