Refactor navigation event

This commit is contained in:
Alex Gabor 2022-04-02 11:37:35 +03:00
parent 586c811e10
commit 61b82f1ba7
5 changed files with 15 additions and 17 deletions

View file

@ -9,8 +9,8 @@ project.ext {
activity_ktx_version = "1.4.0"
androidx_navigation = "2.4.0"
androidx_compose = "1.1.0-rc03"
google_accompanist = "0.20.3"
androidx_compose = "1.1.0"
google_accompanist = "0.23.1"
coroutines_version = "1.6.0"
turbine_version = "0.7.0"