Skip to content

Commit

Permalink
Bump kotlin-stdlib-jdk8 from 1.7.0 to 1.7.20 (#312)
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.7.0 to 1.7.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.7.0...v1.7.20)

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

Signed-off-by: dependabot[bot] <support@github.com>

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 Oct 7, 2022
1 parent 493267b commit c2896e3
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.7.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20")

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

0 comments on commit c2896e3

Please sign in to comment.