fix: use nav3 snapshots

This works around a fatal crash that is triggered during configuration changes
This commit is contained in:
Harsh Shandilya 2025-06-03 01:29:35 +05:30
parent 6badde13b0
commit 669ec2ad09
3 changed files with 23 additions and 5 deletions

View file

@ -15,8 +15,9 @@ konvert = "4.1.0"
kotlin = "2.1.21"
kotlinResult = "2.0.1"
leakcanary = "3.0-alpha-8"
lifecycle = "2.9.0"
navigation3 = "1.0.0-alpha02"
lifecycle = "2.10.0-SNAPSHOT"
# TODO: Update lifecycle to stable when next update drops
navigation3 = "1.0.0-SNAPSHOT"
navigation3-material = "1.0.0-SNAPSHOT"
retrofit = "3.0.0"
richtext = "1.0.0-alpha02"