Skip to content

Commit

Permalink
Update dependency composeOptions to v1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 20, 2024
1 parent 285a8f1 commit 8429724
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.4.7'
kotlinCompilerExtensionVersion '1.5.11'
}
packagingOptions {
resources {
Expand Down
2 changes: 1 addition & 1 deletion kalendar-endlos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
consumerProguardFiles "consumer-rules.pro"
}
composeOptions {
kotlinCompilerExtensionVersion '1.4.7'
kotlinCompilerExtensionVersion '1.5.11'
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion kalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
consumerProguardFiles "consumer-rules.pro"
}
composeOptions {
kotlinCompilerExtensionVersion '1.4.7'
kotlinCompilerExtensionVersion '1.5.11'
}
buildTypes {
release {
Expand Down

0 comments on commit 8429724

Please sign in to comment.