From 28339c3af5459f7f79868978c5d27adb143822e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:03:00 -0700 Subject: [PATCH] chore(deps): bump com.android.tools.build:gradle (#1052) Bumps com.android.tools.build:gradle from 8.7.2 to 8.7.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/packages/mobile-wallet-adapter-protocol/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/packages/mobile-wallet-adapter-protocol/android/build.gradle b/js/packages/mobile-wallet-adapter-protocol/android/build.gradle index e3aa944d..ad5929da 100644 --- a/js/packages/mobile-wallet-adapter-protocol/android/build.gradle +++ b/js/packages/mobile-wallet-adapter-protocol/android/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.7.2' + classpath 'com.android.tools.build:gradle:8.7.3' // noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" }