From 8e24663e0f87d91f6d5e4356b2ae38c87e3c82e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 05:03:38 +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.3.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.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.3.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 0288f58f..0885e5a9 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.3.0" } // project.afterEvaluate {