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] committed Feb 22, 2024
1 parent bb94dad commit a35dfae
Show file tree
Hide file tree
Showing 2 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.10'
}
packagingOptions {
resources {
Expand Down
4 changes: 2 additions & 2 deletions charty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion '1.4.7'
kotlinCompilerExtensionVersion '1.5.10'
}
buildTypes {
release {
Expand All @@ -41,7 +41,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.4.7'
kotlinCompilerExtensionVersion '1.5.10'
}
}
mavenPublishing {
Expand Down

0 comments on commit a35dfae

Please sign in to comment.