From 25b90a42fde48f51b278c8efcd76c516841619a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:29:45 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.android from 1.9.23 to 2.0.10 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.0.10. - [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.23...v2.0.10) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8fe709f..9630e9a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,6 +22,6 @@ plugins { id("com.android.application") version "8.5.1" apply false id("com.android.library") version "8.5.1" apply false - id("org.jetbrains.kotlin.android") version "1.9.23" apply false + id("org.jetbrains.kotlin.android") version "2.0.10" apply false id("com.vanniktech.maven.publish") version "0.28.0" } \ No newline at end of file