From 8d6cc3a0323bc09ac0638c0be2d737269bac87ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 05:07:07 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib in /android Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.4.0. - [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/v2.0.0...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/sharedCode/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/sharedCode/build.gradle b/android/sharedCode/build.gradle index fc3f32cbb..00bf2c929 100644 --- a/android/sharedCode/build.gradle +++ b/android/sharedCode/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.google.ar:core:1.51.0' implementation 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7' implementation "androidx.core:core-ktx:1.8.0" - implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.4.0" } // project.afterEvaluate {