From 2a297b4b2f335f4e7e393d9311f935bad6f1d997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 23:19:20 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib in /android Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... 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 0e8a4b1e..5a67069a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -107,7 +107,7 @@ flutter { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.20" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.21" testImplementation 'junit:junit:4.13.2' // https://developer.android.com/jetpack/androidx/releases/test/#1.2.0