From 2b4a78e17aedcf3286ffb2f8da0cc51862629a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 20:44:38 +0000 Subject: [PATCH] Bump com.android.application from 8.7.3 to 9.4.1 in /Android Bumps com.android.application from 8.7.3 to 9.4.1. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android/build.gradle.kts b/Android/build.gradle.kts index fb9685e..c814ac1 100644 --- a/Android/build.gradle.kts +++ b/Android/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.7.3" apply false + id("com.android.application") version "9.4.1" apply false id("org.jetbrains.kotlin.android") version "2.0.21" apply false }