From b53c0493d8dcc4a627bfdb986877534c62dcf374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:33:57 +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 fcdef606..4cbb0ccb 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 '1.9.23' apply false id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.23' apply false id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false