From 60d6addda4db272a96e281723f7fcf8b4afc6e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:05:50 +0000 Subject: [PATCH] Bump com.android.tools.build:gradle from 8.5.1 to 8.6.0 Bumps com.android.tools.build:gradle from 8.5.1 to 8.6.0. --- 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..c424571 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.6.0' repositories { mavenCentral()