TP-52884 | Dependency Upgrades (#9528)

This commit is contained in:
Shivam Goyal
2024-01-24 01:06:04 +05:30
committed by GitHub
parent 724371142f
commit a2096aca06
4 changed files with 16 additions and 16 deletions

Binary file not shown.

View File

@@ -4,7 +4,7 @@ accompanist-permissions = "0.32.0"
accompanist-systemuicontroller = "0.17.0"
android-exoplayer = "2.18.1"
android-flexbox = "3.0.0"
android-gms-playServicesAds = "22.0.0"
android-gms-playServicesAds = "22.6.0"
android-gms-playServicesAuth = "18.0.0"
android-gms-playServicesAuthApiPhone = "18.0.1"
android-gms-playServicesLocation = "21.0.1"
@@ -20,7 +20,7 @@ androidx-appcompat = "1.6.1"
androidx-browser = "1.3.0"
androidx-camera = "1.3.0-beta01"
androidx-constraintlayout = "2.1.4"
androidx-constraintlayoutCompose = "1.1.0-alpha10"
androidx-constraintlayoutCompose = "1.1.0-alpha13"
androidx-core-ktx = "1.8.0"
androidx-coreGoogleShortcuts = "1.1.0"
androidx-coreSplashscreen = "1.0.1"
@@ -28,21 +28,21 @@ androidx-fragment = "1.5.2"
androidx-gridlayout = "1.0.0"
androidx-hilt = "1.0.0"
androidx-legacy-support-v4 = "1.0.0"
androidx-lifecycle = "2.6.1"
androidx-lifecycle = "2.6.2"
androidx-multidex = "2.0.1"
androidx-pagingCompose = "3.2.0"
androidx-pagingRuntimeKtx = "3.1.1"
androidx-preferenceKtx = "1.2.0"
androidx-securityCryptoKtx = "1.1.0-alpha03"
androidx-test-espresso = "3.5.1"
androidx-sqlite = "2.2.0"
androidx-test-espresso = "3.5.0"
androidx-test-junit = "1.1.5"
androidx-test-monitor = "1.6.0"
androidx-test-rules = "1.4.0"
androidx-test-runner = "1.4.0"
androidx-test-monitor = "1.6.1"
androidx-test-rules = "1.5.0"
androidx-test-runner = "1.5.0"
androidx-workRuntimeKtx = "2.8.1"
anrwatchdog = "1.4.0"
appsflyer = "6.12.3"
appsflyer = "6.12.5"
arch-coreTesting = "1.1.1"
arch-workRuntimeKtx = "1.0.1"
awaitility = "4.1.0"
@@ -55,10 +55,10 @@ compose-lib = "1.5.8"
delight-advancedWebView = "v3.0.0"
digio = "v4.0.6"
digitap = "1.3.9"
facebook-applinks = "13.1.0"
facebook-applinks = "16.3.0"
facebook-shimmer = "0.5.0"
finarkein = "0.4.0"
firebase-bom = "32.7.0"
firebase-bom = "32.7.1"
firebase-crashlytics = "2.9.9"
firebase-perf = "1.4.2"
glide = "4.14.2"
@@ -70,8 +70,8 @@ hms = "2.7.1"
hyperion = "0.9.37"
hyperionSimpleItem = "0.5.0"
jakewharton-timber = "5.0.1"
jodaMoney = "1.0.1"
jodaTime = "2.12.2"
jodaMoney = "1.0.4"
jodaTime = "2.12.6"
jsonPath = "2.8.0"
junit = "4.13.2"
juspay-googlePayClientApi = "1.0.0"
@@ -80,10 +80,10 @@ juspay-hypersdkPlugin = "2.0.4"
kotlin = "1.9.22"
kotlinxCoroutines = "1.7.3"
kotlinxCoroutinesTest = "1.7.3"
ksp = "1.9.22-1.0.16"
ksp = "1.9.22-1.0.17"
lottie = "6.1.0"
masayukiSuda-easingInterpolator = "v1.3.2"
mlkit-barcodeScanning = "17.1.0"
mlkit-barcodeScanning = "17.2.0"
mockk = "1.13.8"
moengage-android-sdk = "12.6.02"
moengage-inapp = "6.5.0"
@@ -93,7 +93,7 @@ navi-alfred = "1.1.3"
navi-guarddog = "1.2.0"
navi-uitron = "1.1.2-20240116.165926-5"
navigation = "2.5.3"
okhttp-bom = "4.11.0"
okhttp-bom = "4.12.0"
otaliastudios-cameraview = "2.7.2"
otpless = "1.1.4"
payu-checkoutPro = "2.0.24"

View File

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