From 657d0e6e3eb64927e5b1f415056ea03e3ce652be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:34:06 +0000 Subject: [PATCH] chore(deps): bump com.android.application from 8.4.1 to 8.5.0 in /WearOS (#1650) Bumps com.android.application from 8.4.1 to 8.5.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 070a7531..4d0c7148 100644 --- a/WearOS/build.gradle +++ b/WearOS/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'com.android.application' version '8.4.1' apply false + id 'com.android.application' version '8.5.0' 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