From 500c802a4b02dc77a88b8a763f7f9103b134e24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:18:04 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.android from 1.8.22 to 2.0.0 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.8.22 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 56de37c..95ca506 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '7.1.0' apply false id 'com.android.library' version '7.1.0' apply false - id 'org.jetbrains.kotlin.android' version '1.8.22' apply false + id 'org.jetbrains.kotlin.android' version '2.0.0' apply false } task clean(type: Delete) {