From 2f07644a06b670cfce7f8a5247cb52387327764c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:23:02 +0000 Subject: [PATCH] fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.7 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 23f6ebdd7..f1d6adfad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", vers desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.3" } kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.8.0" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } -lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.6" } +lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.7" } material = { module = "com.google.android.material:material", version = "1.12.0" } gms-instantapps = { module = "com.google.android.gms:play-services-instantapps", version = "18.1.0" } tree-sitter-java = { module = "com.itsaky.androidide.treesitter:tree-sitter-java", version.ref = "tsBinding" }