From adbd14a57896161ae07337ba476b384fced0a3b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:21:16 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 5 updates Bumps the actions group with 5 updates in the /app/android directory: | Package | From | To | | --- | --- | --- | | com.android.application | `8.13.2` | `9.0.1` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.3.0` | `2.3.10` | | [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) | `2.1.4` | `2.1.5` | | [org.jetbrains.kotlin:kotlin-stdlib-jdk7](https://github.com/JetBrains/kotlin) | `2.3.0` | `2.3.10` | | gradle-wrapper | `8.14.3` | `9.3.1` | Updates `com.android.application` from 8.13.2 to 9.0.1 Updates `org.jetbrains.kotlin.android` from 2.3.0 to 2.3.10 - [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.3.0...v2.3.10) Updates `com.android.tools:desugar_jdk_libs` from 2.1.4 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:kotlin-stdlib-jdk7` from 2.3.0 to 2.3.10 - [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.3.0...v2.3.10) Updates `gradle-wrapper` from 8.14.3 to 9.3.1 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: com.android.tools:desugar_jdk_libs dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: gradle-wrapper dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- app/android/app/build.gradle | 4 ++-- app/android/gradle/wrapper/gradle-wrapper.properties | 4 ++-- app/android/settings.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 38a5da64..bc8ff58c 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -103,8 +103,8 @@ flutter { } dependencies { - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4' - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.3.0" + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.3.20" } // Map for the version code that gives each ABI a value. diff --git a/app/android/gradle/wrapper/gradle-wrapper.properties b/app/android/gradle/wrapper/gradle-wrapper.properties index d0235bb1..66c518b7 100644 --- a/app/android/gradle/wrapper/gradle-wrapper.properties +++ b/app/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Jun 23 08:50:38 CEST 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip +networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip diff --git a/app/android/settings.gradle b/app/android/settings.gradle index ae46cae1..ae48932e 100644 --- a/app/android/settings.gradle +++ b/app/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.13.2" apply false - id "org.jetbrains.kotlin.android" version "2.3.0" apply false + id "com.android.application" version "9.1.0" apply false + id "org.jetbrains.kotlin.android" version "2.3.20" apply false }