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

@ -168,7 +168,7 @@ dependencies {
// Media3 session — MediaSessionService for background audio + lock-screen controls.
implementation("androidx.media3:media3-session:1.4.1")
// Guava ListenableFuture support for awaiting MediaController connect.
implementation("androidx.concurrent:concurrent-futures-ktx:1.3.0")
implementation("androidx.concurrent:concurrent-futures-ktx:1.2.0")
// WorkManager — periodic background poll of fdroid.sulkta.com index
// for self-update notifications. CoroutineWorker is built into the