From b4237c1dcc9c66a8b6cd09875f7a688c5ed90f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:11:52 +0000 Subject: [PATCH] build(deps): bump android_gradle_version in /04_sync/android Bumps `android_gradle_version` from 8.5.0 to 8.7.2. Updates `com.android.application` from 8.5.0 to 8.7.2 Updates `com.android.library` from 8.5.0 to 8.7.2 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 04_sync/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_sync/android/build.gradle b/04_sync/android/build.gradle index 14f1b11173..d88bf4cb08 100644 --- a/04_sync/android/build.gradle +++ b/04_sync/android/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = "2.0.21" - ext.android_gradle_version = "8.5.0" + ext.android_gradle_version = "8.7.2" } plugins {