From 81e5e446d68c6b42620b92508d015a70b33e9f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:41:32 -0700 Subject: [PATCH] chore(deps): bump com.android.tools.build:gradle (#612) Bumps com.android.tools.build:gradle from 8.1.3 to 8.1.4. --- 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 0ca2251c..c2f3ed6b 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.1.3' + classpath 'com.android.tools.build:gradle:8.1.4' // noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" }