Skip to content

Commit

Permalink
Bump kotlin from 2.0.20-Beta1 to 2.0.20-RC
Browse files Browse the repository at this point in the history
Bumps `kotlin` from 2.0.20-Beta1 to 2.0.20-RC.

Updates `org.jetbrains.kotlin.multiplatform` from 2.0.20-Beta1 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta1...v2.0.20-RC)

Updates `org.jetbrains.kotlin.jvm` from 2.0.20-Beta1 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta1...v2.0.20-RC)

Updates `org.jetbrains.kotlin.android` from 2.0.20-Beta1 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta1...v2.0.20-RC)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20-Beta1 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta1...v2.0.20-RC)

Updates `org.jetbrains.kotlin.native.cocoapods` from 2.0.20-Beta1 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta1...v2.0.20-RC)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.20-Beta1 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta1...v2.0.20-RC)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.native.cocoapods
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent f8c458e commit 7ba2fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ compileSdk = "34"
targetSdk = "34"
minSdk = "21"
jdk = "17"
kotlin = "2.0.20-Beta1"
kotlin = "2.0.20-RC"
agp = "8.5.1"
gms = "4.4.2"
crashlytics = "3.0.2"
Expand Down

0 comments on commit 7ba2fef

Please sign in to comment.