From 8f581e034a1ea6e055c4d158287b6553fd03c61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 23:19:37 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin in /android Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.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.1.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f8b5d85..c19f67d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -16,7 +16,7 @@ group 'com.google.maps.flutter.navigation' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '2.1.0' + ext.kotlin_version = '2.1.21' repositories { google() mavenCentral()