From a9a3780293e593397cbc49030c88ec0411bd3300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:52:38 +0000 Subject: [PATCH] Bump agpVersion from 9.0.0 to 9.0.1 Bumps `agpVersion` from 9.0.0 to 9.0.1. Updates `com.android.application` from 9.0.0 to 9.0.1 Updates `com.android.library` from 9.0.0 to 9.0.1 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.library dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0dae65f..4fc3262 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.0.1" val kotlinVersion = "2.3.10" id("com.android.application") version agpVersion apply false id("com.android.library") version agpVersion apply false