From c72d0730d4a2bb7628f701d701e3b2a9e7fc6890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 06:42:29 +0000 Subject: [PATCH] build(deps): bump the android-dependencies group across 1 directory with 5 updates Bumps the android-dependencies group with 5 updates in the /android directory: | Package | From | To | | --- | --- | --- | | com.android.application | `8.9.1` | `9.2.1` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.3.21` | | [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) | `1.2.2` | `2.1.5` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.3.21` | | [gradle-wrapper](https://github.com/gradle/gradle) | `8.11.1` | `9.5.1` | Updates `com.android.application` from 8.9.1 to 9.2.1 Updates `org.jetbrains.kotlin.android` from 2.1.0 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.3.21) Updates `com.android.tools:desugar_jdk_libs` from 1.2.2 to 2.1.5 - [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/desugar_jdk_libs/commits) Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.0 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.3.21) Updates `gradle-wrapper` from 8.11.1 to 9.5.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v8.11.1...v9.5.1) --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: android-dependencies - dependency-name: com.android.tools:desugar_jdk_libs dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: android-dependencies - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: android-dependencies - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 4 ++-- android/gradle/wrapper/gradle-wrapper.properties | 5 +++-- android/settings.gradle | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 2a707777..af83baa9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,7 +1,7 @@ plugins { id "com.android.application" id "kotlin-android" - id "org.jetbrains.kotlin.plugin.compose" version "2.1.0" + id "org.jetbrains.kotlin.plugin.compose" version "2.3.21" // The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins. id "dev.flutter.flutter-gradle-plugin" } @@ -90,7 +90,7 @@ configurations.all { } dependencies { - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' implementation 'androidx.glance:glance-appwidget:1.1.1' } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 8fb894db..9fe864b1 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists +distributionSha256Sum=c72fb9991f6025cbe337d52ba77e531b3faf62bdd3e348fe1ccee9f51c71adb0 +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-all.zip +networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip -distributionSha256Sum=89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a diff --git a/android/settings.gradle b/android/settings.gradle index b507b943..68330d4d 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -18,8 +18,8 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.9.1" apply false - id "org.jetbrains.kotlin.android" version "2.1.0" apply false + id "com.android.application" version "9.2.1" apply false + id "org.jetbrains.kotlin.android" version "2.3.21" apply false } include ":app"