Skip to content

Commit

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

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

Expand Down

0 comments on commit b748c12

Please sign in to comment.