TP-52884 | Bump com.appsflyer:af-android-sdk from 6.12.5 to 6.13.1 in /android (#10298)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
This commit is contained in:
dependabot[bot]
2024-04-04 13:05:50 +05:30
committed by GitHub
parent 1822ce6da8
commit e3ef4a4437
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ androidx-test-rules = "1.5.0"
androidx-test-runner = "1.5.0"
androidx-work-runtimeKtx = "2.8.1"
anrwatchdog = "1.4.0"
appsflyer = "6.12.5"
appsflyer = "6.13.1"
awaitility = "4.1.0"
benchmark-macro-junit4 = "1.2.3"
branch = "5.1.1"

View File

@@ -104,7 +104,7 @@ class AppsFlyerUtil {
mapOf("deepLinkValue" to deepLinkResult.deepLink.deepLinkValue.toString())
)
listener.onDeepLinking(
deepLinkResult.deepLink.AFInAppEventParameterName,
deepLinkResult.deepLink.AFInAppEventType,
type,
deepLinkResult.deepLink.deepLinkValue
)