From a3c33e6aa3fb4691a76338d1994bf597b4b8b466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 10:34:01 +0000 Subject: [PATCH] chore(deps): bump com.android.library in /platforms/android Bumps com.android.library from 9.1.1 to 9.2.1. --- updated-dependencies: - 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] --- platforms/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/android/build.gradle b/platforms/android/build.gradle index 9e42fa1a..4d443a7a 100644 --- a/platforms/android/build.gradle +++ b/platforms/android/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.library' version '9.1.1' apply false + id 'com.android.library' version '9.2.1' apply false id 'org.jetbrains.kotlin.android' version '2.3.21' apply false id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.21' apply false id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false