From a419da44eaf9e86fd70b7097a0da3298d7d6e3be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 07:06:26 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-gradle-plugin in /mobile/android Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.21 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.21...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- mobile/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/build.gradle b/mobile/android/build.gradle index 19e52517..0297aecb 100644 --- a/mobile/android/build.gradle +++ b/mobile/android/build.gradle @@ -8,7 +8,7 @@ buildscript { minSdkVersion = 26 compileSdkVersion = 33 targetSdkVersion = 33 - kotlin_version = "1.8.21" + kotlin_version = "2.0.0" if (System.properties['os.arch'] == "aarch64") { // For M1 Users we need to use the NDK 24 which added support for aarch64