From 0a411b3cb330c262d87dda2f897be29aeabd02a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 20:02:34 +0000 Subject: [PATCH 1/2] Bump com.android.application from 9.3.0 to 9.3.1 Bumps com.android.application from 9.3.0 to 9.3.1. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 db50b75f4..757e6f4b4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ apply(from = "$rootDir/ext.gradle.kts") plugins { - id("com.android.application") version "9.3.0" apply false + id("com.android.application") version "9.3.1" apply false id("androidx.navigation.safeargs.kotlin") version "2.9.8" apply false id("com.starter.easylauncher") version "6.4.1" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.4.10" apply false From fbc7f2ffec5fa8b88077fb86bb43ae356f86f4c4 Mon Sep 17 00:00:00 2001 From: Denys Bondarenko Date: Fri, 31 Jul 2026 09:11:01 +0300 Subject: [PATCH 2/2] Updated Android SDK to 15859902 in ci-install-android-sdk.sh --- script/ci-install-android-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ci-install-android-sdk.sh b/script/ci-install-android-sdk.sh index 605cbaddc..cceaa7243 100755 --- a/script/ci-install-android-sdk.sh +++ b/script/ci-install-android-sdk.sh @@ -31,7 +31,7 @@ ANDROID_BUILD_TOOLS="${ANDROID_BUILD_TOOLS:-}" # ----------------------------- # Pin cmdline-tools archive here # ----------------------------- -SDK_ARCHIVE="${SDK_ARCHIVE:-commandlinetools-linux-14742923_latest.zip}" +SDK_ARCHIVE="${SDK_ARCHIVE:-commandlinetools-linux-15859902_latest.zip}" # ------------------------------------------------------------ # Check that SDK_ARCHIVE is the latest Android cmdline-tools