We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6facca commit 5d2c318Copy full SHA for 5d2c318
lib/build.gradle.kts
@@ -42,7 +42,7 @@ android {
42
dependencies {
43
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
44
45
- implementation("com.segment.analytics.kotlin:android:1.13.1")
+ implementation("com.segment.analytics.kotlin:android:1.14.2")
46
implementation("androidx.multidex:multidex:2.0.1")
47
48
implementation("androidx.core:core-ktx:1.7.0")
@@ -56,7 +56,7 @@ dependencies {
56
57
// Partner Dependencies
58
59
- implementation("com.google.firebase:firebase-analytics-ktx:21.3.0")
+ implementation("com.google.firebase:firebase-analytics-ktx:21.5.1")
60
}
61
62
// Test Dependencies
0 commit comments