From 5ce19c97f09b6e05659162a519b5943f9775334a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:41:41 +0000 Subject: [PATCH] chore(deps): bump com.android.application Bumps com.android.application from 8.3.0 to 8.8.0. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../android-with-appengine/frontend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/android-with-appengine/frontend/build.gradle.kts b/getting-started/android-with-appengine/frontend/build.gradle.kts index fd74ee51..ffb84b03 100644 --- a/getting-started/android-with-appengine/frontend/build.gradle.kts +++ b/getting-started/android-with-appengine/frontend/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.3.0" apply false + id("com.android.application") version "8.8.0" apply false kotlin("android") version "1.9.23" apply false }