Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-stdlib in /android
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.21...v1.9.23)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent 1d6852f commit d246a15
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:1.9.23"
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:1.9.23"
}

// project.afterEvaluate {
Expand Down

0 comments on commit d246a15

Please sign in to comment.