From 2f3c246f7e2591761d611f1c2949b862051f246d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:05:23 +0000 Subject: [PATCH] chore(deps): bump com.android.application from 8.7.3 to 8.8.0 Bumps com.android.application from 8.7.3 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d40e359b1..f1e633753 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,5 +11,5 @@ buildscript { } plugins { - id("com.android.application") version "8.7.3" apply false + id("com.android.application") version "8.8.0" apply false }