Skip to content

Commit 5d2c318

Browse files
authored
bumping firebase to 10.5.1 to support consent management and also bumped analytics-kotline to latest 1.4.2 (#12)
1 parent b6facca commit 5d2c318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
dependencies {
4343
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
4444

45-
implementation("com.segment.analytics.kotlin:android:1.13.1")
45+
implementation("com.segment.analytics.kotlin:android:1.14.2")
4646
implementation("androidx.multidex:multidex:2.0.1")
4747

4848
implementation("androidx.core:core-ktx:1.7.0")
@@ -56,7 +56,7 @@ dependencies {
5656

5757
// Partner Dependencies
5858
dependencies {
59-
implementation("com.google.firebase:firebase-analytics-ktx:21.3.0")
59+
implementation("com.google.firebase:firebase-analytics-ktx:21.5.1")
6060
}
6161

6262
// Test Dependencies

0 commit comments

Comments
 (0)