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 4eff3fd commit 2878d92Copy full SHA for 2878d92
lib/build.gradle.kts
@@ -39,7 +39,7 @@ android {
39
}
40
41
dependencies {
42
- implementation("com.segment.analytics.kotlin:android:1.12.0")
+ implementation("com.segment.analytics.kotlin:android:1.14.2")
43
implementation("androidx.multidex:multidex:2.0.1")
44
45
implementation("androidx.core:core-ktx:1.8.0")
@@ -51,7 +51,7 @@ dependencies {
51
52
// Partner Dependencies
53
54
- implementation("com.appsflyer:af-android-sdk:6.3.2")
+ implementation("com.appsflyer:af-android-sdk:6.13.0")
55
implementation ("com.android.installreferrer:installreferrer:2.2")
56
57
0 commit comments