Skip to content

Commit

Permalink
Update dependency composeOptions to v1.5.14 (open-telemetry#362)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and bidetofevil committed May 18, 2024
1 parent 950d0b1 commit 6e3f60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
viewBinding = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.13"
kotlinCompilerExtensionVersion = "1.5.14"
}
compileOptions {
sourceCompatibility(javaVersion)
Expand Down

0 comments on commit 6e3f60d

Please sign in to comment.