Compare commits

..

1 commit

Author SHA1 Message Date
9ed5110abe Update dependency androidx.concurrent:concurrent-futures-ktx to v1.3.0
Some checks failed
gitleaks / scan (push) Failing after 1s
gitleaks / scan (pull_request) Failing after 2s
2026-07-05 06:56:39 +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

@ -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.2.0")
implementation("androidx.concurrent:concurrent-futures-ktx:1.3.0")
// WorkManager — periodic background poll of fdroid.sulkta.com index
// for self-update notifications. CoroutineWorker is built into the