From 8e7ae3e2ee504b9f48aa939c337edd683e8195aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:55:26 +0000 Subject: [PATCH] fix(deps): bump org.jetbrains.kotlin.android from 1.9.10 to 1.9.21 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.21) --- updated-dependencies: - 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 367eb019..221a4631 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '8.1.1' apply false id 'com.android.library' version '8.1.1' apply false - id 'org.jetbrains.kotlin.android' version '1.9.10' apply false + id 'org.jetbrains.kotlin.android' version '1.9.21' apply false id 'com.google.devtools.ksp' version '1.9.21-1.0.15' apply false id 'com.google.dagger.hilt.android' version '2.49' apply false id 'com.google.gms.google-services' version "4.4.0" apply false