Skip to content

Commit

Permalink
Bump kotlin-stdlib-jdk7 from 1.4.32 to 1.7.21
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib-jdk7](https://github.com/JetBrains/kotlin) from 1.4.32 to 1.7.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.4.32...v1.7.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 14, 2022
1 parent 3b0bd1e commit 7d3b508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/tutorial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.21"
implementation "androidx.appcompat:appcompat:1.3.1"
implementation "androidx.core:core-ktx:1.5.0"

Expand Down

0 comments on commit 7d3b508

Please sign in to comment.