Skip to content

Commit a265277

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib in /android (#290)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 277f068 commit a265277

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
@@ -106,7 +106,7 @@ flutter {
106106
}
107107

108108
dependencies {
109-
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.1.0"
109+
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.1.10"
110110
testImplementation "junit:junit:4.13.2"
111111
// https://developer.android.com/jetpack/androidx/releases/test/#1.2.0
112112
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.4"

0 commit comments

Comments
 (0)