Skip to content

Commit 7c2e1af

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib from 1.8.21 to 2.0.0 in /android (#169)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](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/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.21...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6d55cc commit 7c2e1af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/mainSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
implementation project(':code-samples:ARRetail')
6060
implementation project(':code-samples:ARTesla')
6161

62-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.21"
62+
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0"
6363
implementation "androidx.core:core-ktx:1.8.0"
6464
}
6565

android/sharedCode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
implementation 'com.google.ar:core:1.41.0'
5050
implementation 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7'
5151
implementation "androidx.core:core-ktx:1.8.0"
52-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.21"
52+
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0"
5353
}
5454

5555
// project.afterEvaluate {

0 commit comments

Comments
 (0)