From e84fab7b57d5d10c147b76bffbd5f5ee286ab099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:43:27 +0000 Subject: [PATCH] chore(deps): bump com.android.application from 8.2.2 to 8.3.0 in /WearOS (#1497) Bumps com.android.application from 8.2.2 to 8.3.0. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- WearOS/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WearOS/build.gradle b/WearOS/build.gradle index 510867954..e2eda0165 100644 --- a/WearOS/build.gradle +++ b/WearOS/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'com.android.application' version '8.2.2' apply false + id 'com.android.application' version '8.3.0' apply false id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false id 'org.jetbrains.kotlin.android' version '1.9.0' apply false } \ No newline at end of file