diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 181acd3..47b578d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ hilt = "2.51.1" kotlin = "2.0.0" kotlin-coroutines = "1.8.1" kotlin-serialization = "1.7.0" -lifecycle = "2.7.0" # update to 2.8.x when it fixes the crash on release version that happens on 2.8.2 +lifecycle = "2.8.2" # update to 2.8.x when it fixes the crash on release version that happens on 2.8.2 navigation = "2.7.7" navigation-hilt = "1.2.0" okhttp-logging-interceptor = "4.12.0"