From 22bf2b2a9341b539f9af9e546d54b5abdf586443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:45:34 +0000 Subject: [PATCH] build(deps): bump com.fintecsystems:xs2awizard in /android Bumps [com.fintecsystems:xs2awizard](https://github.com/FinTecSystems/xs2a-android) from 6.0.3 to 6.2.2. - [Release notes](https://github.com/FinTecSystems/xs2a-android/releases) - [Commits](https://github.com/FinTecSystems/xs2a-android/compare/6.0.3...6.2.2) --- updated-dependencies: - dependency-name: com.fintecsystems:xs2awizard dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 0182a0e..46026e0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -83,7 +83,7 @@ repositories { dependencies { implementation "com.facebook.react:react-android" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "com.fintecsystems:xs2awizard:6.0.3" + implementation "com.fintecsystems:xs2awizard:6.2.2" implementation "androidx.compose.ui:ui:1.11.4" }