From 8748ed112bceb711405a7def6a98e045b7dac64b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:17:26 +0000 Subject: [PATCH] Bump com.android.application from 8.12.0 to 8.13.2 Bumps com.android.application from 8.12.0 to 8.13.2. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index fc4ae9b..4718465 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { id "com.android.library" version "8.12.0" - id "com.android.application" version "8.12.0" + id "com.android.application" version "8.13.2" } }