From fc12370766e690e9d4853e272942b13dbc3fb9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:14:10 +0000 Subject: [PATCH] chore(deps): bump financial.atomic:transact in /android Bumps [financial.atomic:transact](https://github.com/atomicfi/transact-android) from 3.22.0 to 3.23.0. - [Commits](https://github.com/atomicfi/transact-android/commits) --- updated-dependencies: - dependency-name: financial.atomic:transact dependency-version: 3.23.0 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 a961269..a567f20 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ ext { - transactVersion = '3.22.0' + transactVersion = '3.23.0' } buildscript {