From fb1c8176bacf78363fb9210db25f86098aa3931f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:46:30 +0000 Subject: [PATCH] Bump agpVersion from 9.1.0 to 9.2.1 Bumps `agpVersion` from 9.1.0 to 9.2.1. Updates `com.android.application` from 9.1.0 to 9.2.1 Updates `com.android.library` from 9.1.0 to 9.2.1 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.library dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f03b878..f016dd9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - val agpVersion = "9.1.0" + val agpVersion = "9.2.1" val kotlinVersion = "2.3.21" id("com.android.application") version agpVersion apply false id("com.android.library") version agpVersion apply false