From 2878d92aad13c53ad7521a13799204b3eb61e5e6 Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Tue, 12 Mar 2024 13:17:06 -0400 Subject: [PATCH] Bump appsflyer sdk from 6.3.2 to 6.13.0 to DMA compliance. Also bumped the segment analytics-kotlin sdk from 1.12.0 to 1.14.2. (#10) --- lib/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 288b1bd..fbd7932 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -39,7 +39,7 @@ android { } dependencies { - implementation("com.segment.analytics.kotlin:android:1.12.0") + implementation("com.segment.analytics.kotlin:android:1.14.2") implementation("androidx.multidex:multidex:2.0.1") implementation("androidx.core:core-ktx:1.8.0") @@ -51,7 +51,7 @@ dependencies { // Partner Dependencies dependencies { - implementation("com.appsflyer:af-android-sdk:6.3.2") + implementation("com.appsflyer:af-android-sdk:6.13.0") implementation ("com.android.installreferrer:installreferrer:2.2") }