Skip to content

Commit aa3224f

Browse files
committed
Gradle changes for firebase
1 parent cbcf8e6 commit aa3224f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
1414
plugins {
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

0 commit comments

Comments
 (0)