Skip to content

Commit

Permalink
chore(deps): update androidx.compose:compose-bom to v2023.10.01
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and andrekir committed Oct 20, 2023
1 parent b82256f commit d1d2c6c
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 @@ -176,7 +176,7 @@ dependencies {
androidTestImplementation "androidx.navigation:navigation-testing:$nav_version"

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

Expand Down

0 comments on commit d1d2c6c

Please sign in to comment.