From 99251bf9880eaee630f31f4204f867689272cc6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:06:35 +0000 Subject: [PATCH] Bump agpVersion from 9.0.0 to 9.1.0 Bumps `agpVersion` from 9.0.0 to 9.1.0. Updates `com.android.application` from 9.0.0 to 9.1.0 Updates `com.android.library` from 9.0.0 to 9.1.0 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.library dependency-version: 9.1.0 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 d41cbba..0449ea0 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.0.0" + val agpVersion = "9.1.0" val kotlinVersion = "2.3.20" id("com.android.application") version agpVersion apply false id("com.android.library") version agpVersion apply false