From 8b41c520c8324bc4a7c69d74019387fddb7d94e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:20:14 +0000 Subject: [PATCH] chore(deps): bump financial.atomic:transact in /android Bumps [financial.atomic:transact](https://github.com/atomicfi/transact-android) from 3.18.1 to 3.18.2. - [Commits](https://github.com/atomicfi/transact-android/commits) --- updated-dependencies: - dependency-name: financial.atomic:transact dependency-version: 3.18.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ba89aea..0553165 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -50,5 +50,5 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation "financial.atomic:transact:3.18.1" + implementation "financial.atomic:transact:3.18.2" }