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
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ bridge = "v2.0.2"
cardview = "1.0.0"
checkstyle = "13.4.2"
coil = "3.4.0"
compose = "1.11.4"
compose = "1.11.3"
constraintlayout = "2.2.1"
core = "1.18.0"
coroutines = "1.11.0"

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