diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d941da2f..556e6d9a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ androidx-hilt-work = { module = "androidx.hilt:hilt-work", version = "1.3.0" } androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version = "1.3.0" } androidx-junit = { module = "androidx.test.ext:junit", version = "1.3.0" } androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version = "2.10.0" } -androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.10.0" } +androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.11.0" } androidx-material = { module = "androidx.compose.material:material" } androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" } # v4 uses Material 3 expressive APIs that are not available in the stable 1.4 line.