Compare commits

...

1 commit

Author SHA1 Message Date
7b6b09df20 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
2026-07-05 06:56:41 +00:00

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")