Skip to content

Commit 319120d

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib from 2.2.0 to 2.2.21 in /android (#444)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8006c2 commit 319120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ flutter {
101101
}
102102

103103
dependencies {
104-
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.0"
104+
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.21"
105105
testImplementation "junit:junit:4.13.2"
106106
// https://developer.android.com/jetpack/androidx/releases/test/#1.2.0
107107
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.5"

0 commit comments

Comments
 (0)