Skip to content

Commit

Permalink
chore(deps): update androidx.compose:compose-bom to v2023.09.02
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent b59217a commit 5fe7f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dependencies {
androidTestImplementation "androidx.navigation:navigation-testing:$nav_version"

// Compose
def composeBom = platform('androidx.compose:compose-bom:2023.09.01')
def composeBom = platform('androidx.compose:compose-bom:2023.09.02')
implementation composeBom
androidTestImplementation composeBom

Expand Down

0 comments on commit 5fe7f7b

Please sign in to comment.