From 9c0b118de334b0e40bbe6f9c101a6ee5294ebe07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:43:15 +0000 Subject: [PATCH] Bump com.airbnb:deeplinkdispatch from 4.1.0 to 6.2.2 in /app Bumps [com.airbnb:deeplinkdispatch](https://github.com/airbnb/deeplinkdispatch) from 4.1.0 to 6.2.2. - [Release notes](https://github.com/airbnb/deeplinkdispatch/releases) - [Changelog](https://github.com/airbnb/DeepLinkDispatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/deeplinkdispatch/compare/v4.1.0...6.2.2) --- updated-dependencies: - dependency-name: com.airbnb:deeplinkdispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 65e06d544..463c25b0c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -399,7 +399,7 @@ dependencies { /* * AirBnB DeepLinkDispatch */ - implementation 'com.airbnb:deeplinkdispatch:4.1.0' + implementation 'com.airbnb:deeplinkdispatch:6.2.2' //FIXME To make the build compatible w/ Buck, // classes generated by this APT have been manually copied to the source code. //Remember to uncomment this when deep links are updated, then generate then copy the classes.