From 33d1a01adbaab190e1e3bc48f22d46874480984a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:59:09 +0000 Subject: [PATCH] Bump com.android.tools.build:gradle from 8.5.1 to 8.7.2 Bumps com.android.tools.build:gradle from 8.5.1 to 8.7.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a78ddb..aa34f31 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.gradleToolsVersion = '8.5.1' + ext.gradleToolsVersion = '8.7.2' repositories { mavenCentral()