diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1ea7ef5..3707c7b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ hilt = "2.51.1" androidx-hilt = "1.2.0" navigation = "2.7.7" #leave it 2.7.0 since newer version uses compose 1.7 which breaks the app -lifecycle = "2.7.0" +lifecycle = "2.8.3" work = "2.9.0" appcompat = "1.7.0" core-ktx = "1.13.1"