build: downgrade navigation to 2.5.0

Temporarily band-aids #492.
This commit is contained in:
Alexander Capehart 2023-06-26 19:35:58 -06:00
parent e7d391b050
commit ff45380857
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -1,7 +1,7 @@
buildscript {
ext {
kotlin_version = '1.8.22'
navigation_version = "2.6.0"
navigation_version = "2.5.0"
hilt_version = '2.46.1'
}