Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-stdlib-jdk7 in /android (#198)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk7](https://github.com/JetBrains/kotlin) from 1.8.21 to 2.0.20.
- [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.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent f302912 commit e1b4939
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/code-samples/ARPlacingObjects/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ dependencies {
}
implementation 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7'
implementation "androidx.core:core-ktx:1.10.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.20"
}
2 changes: 1 addition & 1 deletion android/memoryleaktest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ dependencies {
implementation 'com.google.ar:core:1.45.0'
implementation "androidx.appcompat:appcompat:1.0.0"
implementation "androidx.core:core-ktx:1.8.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.20"
}
2 changes: 1 addition & 1 deletion android/releasetest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ dependencies {
transitive = false
}
implementation "androidx.core:core-ktx:1.8.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.20"
}

0 comments on commit e1b4939

Please sign in to comment.