Skip to content

Commit 615d4ac

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib in /android (#461)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.2.21 to 2.3.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48d2b44 commit 615d4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

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

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

0 commit comments

Comments
 (0)