Skip to content

Commit

Permalink
fix(nav): roll back compose navigation to alpha04
Browse files Browse the repository at this point in the history
alpha05 has a bug that will be fixed in 06

Signed-off-by: SphericalKat <[email protected]>
  • Loading branch information
SphericalKat committed Aug 4, 2021
1 parent 2b9bde4 commit 5ef6e0a
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 @@ -77,7 +77,7 @@ dependencies {
implementation "androidx.browser:browser:1.3.0"

// navigation
implementation "androidx.navigation:navigation-compose:2.4.0-alpha05"
implementation "androidx.navigation:navigation-compose:2.4.0-alpha04"

// accompanist
implementation "com.google.accompanist:accompanist-insets:0.13.0"
Expand Down

0 comments on commit 5ef6e0a

Please sign in to comment.