Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.11.0
Some checks failed
gitleaks / scan (push) Failing after 1s
gitleaks / scan (pull_request) Failing after 2s

This commit is contained in:
Renovate Bot 2026-07-05 06:56:41 +00:00
parent 7ff1546d31
commit 7b6b09df20

View file

@ -142,7 +142,7 @@ dependencies {
// Lifecycle + ViewModel for Compose
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.10.0")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.11.0")
// Coroutines
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0")