Skip to content

Commit 3c61bdb

Browse files
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib in /maps-rx
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.6.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.6.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3911dc9 commit 3c61bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maps-rx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
dependencies {
2727
implementation project(":shared")
2828
implementation "com.google.android.gms:play-services-maps:17.0.1"
29-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.21"
29+
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.1.0"
3030
implementation "io.reactivex.rxjava3:rxandroid:3.0.0"
3131
implementation "io.reactivex.rxjava3:rxjava:3.1.4"
3232
}

0 commit comments

Comments
 (0)