Skip to content

Commit

Permalink
chore: bump compose to 1.7.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Aug 23, 2024
1 parent 280485a commit b13b4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ androidx-compose-runtime = "1.6.7"

# Compose
composeBom = "2024.06.00"
compose-foundation = "1.7.0-beta06" # remove when composeBom contains new stable version of BasicTextField2
compose-material-android = "1.7.0-beta06" # remove when composeBom contains new stable version of BasicTextField2
compose-foundation = "1.7.0-rc01" # remove when composeBom contains new stable version of BasicTextField2
compose-material-android = "1.7.0-rc01" # remove when composeBom contains new stable version of BasicTextField2
compose-activity = "1.9.0"
compose-compiler = "1.5.11"
compose-constraint = "1.0.1"
Expand Down

0 comments on commit b13b4a0

Please sign in to comment.