File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,14 @@ dependencies {
103103 // Serialization
104104 implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
105105 // Authentication + Firebase
106- implementation platform(' com.google.firebase:firebase-bom:33.13.0 ' )
107- implementation " androidx.credentials:credentials:<latest version> "
108- implementation " androidx.credentials:credentials-play-services-auth:<latest version> "
109- implementation " com.google.android.libraries.identity.googleid:googleid:<latest version> "
106+ implementation( platform(" com.google.firebase:firebase-bom:34.3.0 " ) )
107+ implementation " androidx.credentials:credentials:1.5.0 "
108+ implementation " androidx.credentials:credentials-play-services-auth:1.5.0 "
109+ implementation " com.google.android.libraries.identity.googleid:googleid:1.1.1 "
110110 implementation ' com.google.android.gms:play-services-auth:21.3.0'
111111 implementation ' com.google.firebase:firebase-auth-ktx'
112112 implementation ' com.google.firebase:firebase-messaging'
113+ implementation(" com.google.firebase:firebase-analytics" )
113114
114115}
115116
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
1212 }
1313}// Top-level build file where you can add configuration options common to all sub-projects/modules.
1414plugins {
15- id(" com.google.gms.google-services" ) version " 4.4.2 " apply false
15+ id(" com.google.gms.google-services" ) version " 4.4.3 " apply false
1616 id ' com.android.application' version ' 8.9.0' apply false
1717 id ' com.android.library' version ' 8.9.0' apply false
1818 id ' org.jetbrains.kotlin.android' version ' 2.0.20' apply false
You can’t perform that action at this time.
0 commit comments