Skip to content

Commit

Permalink
Bump kotlin-stdlib-jdk8 from 1.6.21 to 1.7.0 (#304)
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

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

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 11, 2022
1 parent ed44af3 commit 6acdd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation(fileTree(mapOf("include" to listOf("*.jar"), "dir" to "libs")))

implementation("androidx.core:core-ktx:1.8.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0")

implementation("androidx.exifinterface:exifinterface:1.3.3")
testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit 6acdd08

Please sign in to comment.