From 0873574d0b94d853f6a28402349b4d0a322810d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:36:12 +0000 Subject: [PATCH] Build(deps): Bump com.android.library from 9.1.1 to 9.2.0 Bumps com.android.library from 9.1.1 to 9.2.0. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 9.2.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 7c12875..3b76eb0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("com.android.application") version "9.2.0" apply false - id("com.android.library") version "9.1.1" apply false + id("com.android.library") version "9.2.0" apply false id("org.jetbrains.kotlin.android") version "2.3.20" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.3.20" apply false }