Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-stdlib from 1.8.21 to 2.0.0 in /andr…
Browse files Browse the repository at this point in the history
…oid (#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>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent f6d55cc commit 7c2e1af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/mainSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation project(':code-samples:ARRetail')
implementation project(':code-samples:ARTesla')

implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.21"
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0"
implementation "androidx.core:core-ktx:1.8.0"
}

Expand Down
2 changes: 1 addition & 1 deletion android/sharedCode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation 'com.google.ar:core:1.41.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:1.8.21"
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0"
}

// project.afterEvaluate {
Expand Down

0 comments on commit 7c2e1af

Please sign in to comment.