From 2807c17449781ce422733c7d309e35ea9ecb628a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:26:55 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.android from 2.1.21 to 2.2.0 in /android Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.1.21 to 2.2.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/settings.gradle b/android/settings.gradle index 47445f113..ebc09a05f 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -27,7 +27,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "8.10.1" apply false - id "org.jetbrains.kotlin.android" version "2.1.21" apply false + id "org.jetbrains.kotlin.android" version "2.2.0" apply false id "org.jetbrains.kotlin.plugin.serialization" version "2.1.21" apply false id "com.google.android.gms.oss-licenses-plugin" version "0.10.6" apply false }