Skip to content

Commit

Permalink
bumping firebase to 10.5.1 to support consent management and also bum…
Browse files Browse the repository at this point in the history
…ped analytics-kotline to latest 1.4.2
  • Loading branch information
didiergarcia committed Feb 26, 2024
1 parent b6facca commit 4b15da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")

implementation("com.segment.analytics.kotlin:android:1.13.1")
implementation("com.segment.analytics.kotlin:android:1.14.2")
implementation("androidx.multidex:multidex:2.0.1")

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

// Partner Dependencies
dependencies {
implementation("com.google.firebase:firebase-analytics-ktx:21.3.0")
implementation("com.google.firebase:firebase-analytics-ktx:21.5.1")
}

// Test Dependencies
Expand Down

0 comments on commit 4b15da3

Please sign in to comment.