From 9280ce02bd851f68218cab9845af554f3925204a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:05:12 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.android from 1.9.10 to 2.0.21 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.10 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v2.0.21) --- 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 1f2765b..a8d74bd 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ plugins { id 'com.android.application' version '8.2.0-rc01' apply false id 'com.android.library' version '8.2.0-rc01' apply false id 'com.android.test' version '8.2.0-rc01' apply false - id 'org.jetbrains.kotlin.android' version '1.9.10' apply false + id 'org.jetbrains.kotlin.android' version '2.0.21' apply false id 'com.google.devtools.ksp' version '1.9.10-1.0.13' apply false id 'com.google.dagger.hilt.android' version "$hilt_version" apply false id 'com.google.protobuf' version '0.9.4' apply false