From 6b7c49b54537d3c4ca926521cd0b328c6ff9e128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 01:37:31 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.21 to 2.1.0 in /android Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.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/compare/v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 36e73c1c..91ae0cd7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -106,7 +106,7 @@ flutter { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.21" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.1.0" testImplementation "junit:junit:4.13.2" // https://developer.android.com/jetpack/androidx/releases/test/#1.2.0 coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.4"