From 75bad41b97dd2d9d0c41e3aefd66ecf18cb01d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:41:40 +0000 Subject: [PATCH] chore(deps): bump com.android.application from 8.4.0 to 8.4.1 in /WearOS (#1607) Bumps com.android.application from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.application 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> --- WearOS/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WearOS/build.gradle b/WearOS/build.gradle index 6729a83e..070a7531 100644 --- a/WearOS/build.gradle +++ b/WearOS/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'com.android.application' version '8.4.0' apply false + id 'com.android.application' version '8.4.1' apply false id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false id 'org.jetbrains.kotlin.android' version '2.0.0' apply false } \ No newline at end of file