From 7ba2fefa9a7c406c49be1fb573538d3599ac009f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 00:46:06 +0000 Subject: [PATCH] Bump kotlin from 2.0.20-Beta1 to 2.0.20-RC 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](https://github.com/JetBrains/kotlin/compare/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](https://github.com/JetBrains/kotlin/compare/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](https://github.com/JetBrains/kotlin/compare/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](https://github.com/JetBrains/kotlin/compare/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](https://github.com/JetBrains/kotlin/compare/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](https://github.com/JetBrains/kotlin/compare/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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3695451c..0edf8bbe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"