From 84cd1dc64f310d0548b6516224d5ebcdace9e73f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 04:03:19 +0000 Subject: [PATCH] Bump com.android.application from 8.11.1 to 9.2.0 Bumps com.android.application from 8.11.1 to 9.2.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 99d87f34..dd94b9ee 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.android.application' version '8.11.1' apply false + id 'com.android.application' version '9.2.0' apply false id 'com.google.gms.google-services' version '4.4.3' apply false id 'com.google.firebase.crashlytics' version '3.0.4' apply false }