Skip to content

Commit

Permalink
Update dependency composeOptions 1.5.0 to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent f7983b1 commit 501cf00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chai/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.0"
kotlinCompilerExtensionVersion = "1.5.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion chaidemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.0"
kotlinCompilerExtensionVersion = "1.5.1"
}

packaging {
Expand Down

0 comments on commit 501cf00

Please sign in to comment.