From dda3abcc20254a1136cf12d8338f09783a7576c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 22:05:02 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.android from 1.9.22 to 2.1.10 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.22 to 2.1.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/commits) --- 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(-) mode change 100755 => 100644 build.gradle.kts diff --git a/build.gradle.kts b/build.gradle.kts old mode 100755 new mode 100644 index c88d862..79f8b33 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.application") version "8.3.1" apply false - id("org.jetbrains.kotlin.android") version "1.9.22" apply false + id("org.jetbrains.kotlin.android") version "2.1.10" apply false }