From ab52a1c92a2d361d9743257aafb4245386e98965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:07:42 +0000 Subject: [PATCH] Bump kotlin_version from 1.8.10 to 1.8.20 Bumps `kotlin_version` from 1.8.10 to 1.8.20. Updates `org.jetbrains.kotlin.jvm` from 1.8.10 to 1.8.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.10...v1.8.20) Updates `org.jetbrains.kotlin.android` from 1.8.10 to 1.8.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.10...v1.8.20) --- updated-dependencies: - 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 ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a60318e..b00c9ed 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { compose_activity_version = "1.7.0" ksp_version = "1.8.10-1.0.9" maven_publish_version = "0.25.1" - kotlin_version = "1.8.10" + kotlin_version = "1.8.20" android_gradle_version = "7.4.2" core_ktx_version = "1.9.0" lifecycle_runtime_ktx_version = "2.6.1"