Skip to content

Commit

Permalink
Update dependency composeOptions to v1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 25, 2024
1 parent 373032f commit 19bdb2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.1"
kotlinCompilerExtensionVersion = "1.5.10"
}
}

Expand Down
2 changes: 1 addition & 1 deletion sparkbutton-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.1"
kotlinCompilerExtensionVersion = "1.5.10"
}
kotlinOptions {
freeCompilerArgs += "-Xexplicit-api=strict"
Expand Down

0 comments on commit 19bdb2f

Please sign in to comment.