Skip to content

Commit

Permalink
Bump androidx.compose:compose-bom from 2023.05.00 to 2023.05.01
Browse files Browse the repository at this point in the history
Bumps androidx.compose:compose-bom from 2023.05.00 to 2023.05.01.

---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2023
1 parent f95b210 commit e341345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ android {

dependencies {

val composeBom = platform("androidx.compose:compose-bom:2023.05.00")
val composeBom = platform("androidx.compose:compose-bom:2023.05.01")
implementation(composeBom)
androidTestImplementation(composeBom)

Expand Down
2 changes: 1 addition & 1 deletion inappupdatecompose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ kotlin {

dependencies {

val composeBom = platform("androidx.compose:compose-bom:2023.05.00")
val composeBom = platform("androidx.compose:compose-bom:2023.05.01")
implementation(composeBom)
androidTestImplementation(composeBom)

Expand Down

0 comments on commit e341345

Please sign in to comment.