Compare commits

..

2 commits

Author SHA1 Message Date
3d86b5be52 Merge pull request 'Update compose to v1.11.4' (#24) from renovate/compose into main
Some checks failed
build-apk / build-and-publish (push) Successful in 7m8s
gitleaks / scan (push) Failing after 2s
2026-07-04 23:56:19 -07:00
d755bd32fb Update compose to v1.11.4
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
gitleaks / scan (push) Failing after 2s
gitleaks / scan (pull_request) Failing after 2s
2026-07-05 06:56:10 +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.3"
compose = "1.11.4"
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.11.0")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.10.0")
// Coroutines
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0")