Skip to content

Commit

Permalink
Update dependency androidx.compose:compose-bom 2023.05.01 to v2023.06.00
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 8, 2023
1 parent b0eafee commit 962185a
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 @@ -56,7 +56,7 @@ android {
}

dependencies {
val composeBom = platform("androidx.compose:compose-bom:2023.05.01")
val composeBom = platform("androidx.compose:compose-bom:2023.06.00")
implementation(composeBom)

implementation("androidx.core:core-ktx")
Expand Down
2 changes: 1 addition & 1 deletion chaidemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ android {
}

dependencies {
val composeBom = platform("androidx.compose:compose-bom:2023.05.01")
val composeBom = platform("androidx.compose:compose-bom:2023.06.00")
implementation(composeBom)

implementation("androidx.core:core-ktx")
Expand Down

0 comments on commit 962185a

Please sign in to comment.