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

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-23 09:28:08 +00:00
committed by GitHub
parent 825163767b
commit 713761dec0
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.13.1"
appsflyer = "6.14.0"
benchmark-macro-junit4 = "1.2.3"
branch = "5.1.1"
cashfree = "2.0.6"

View File

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