Skip to content

Commit

Permalink
Update dependency composeOptions to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent c391df4 commit 4cf64d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anystream-client-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (hasAndroidSdk) {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.0"
kotlinCompilerExtensionVersion = "1.5.1"
}
}
}
Expand Down

0 comments on commit 4cf64d8

Please sign in to comment.