From 685e48ad41b45bc0b2e1575510e4e1b98b4da203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 21:08:02 +0000 Subject: [PATCH] Bump com.android.application from 8.5.2 to 9.2.1 in /android-client Bumps com.android.application from 8.5.2 to 9.2.1. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-client/build.gradle.kts b/android-client/build.gradle.kts index 8a4d696..0a44352 100644 --- a/android-client/build.gradle.kts +++ b/android-client/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.5.2" apply false + id("com.android.application") version "9.2.1" apply false id("com.android.library") version "8.5.2" apply false id("org.jetbrains.kotlin.android") version "1.9.24" apply false }