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 and andrekir committed Sep 30, 2023
1 parent 70aa864 commit e690e34
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 e690e34

Please sign in to comment.