Skip to content

Commit

Permalink
Update to Navigation 2.4.0-beta01
Browse files Browse the repository at this point in the history
Update the version of Navigation specifically in the compose-1.0 branch to ensure it remains compatible with future versions of Navigation.

Fixes #817
  • Loading branch information
ianhanniballake committed Oct 27, 2021
1 parent 7e1bc6c commit 4a1e75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -13,7 +13,7 @@ okhttp = "3.12.13"
coil = "1.3.2"

androidxtest = "1.4.0"
androidxnavigation = "2.4.0-alpha10"
androidxnavigation = "2.4.0-beta01"

[libraries]
compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
Expand Down

0 comments on commit 4a1e75e

Please sign in to comment.