Update dependency androidx.concurrent:concurrent-futures-ktx to v1.3.0
Some checks failed
Image Minimizer / try-minimize (pull_request) Failing after 2s
PR size labeler / Automatically labelling pull requests based on the changed lines count (pull_request_target) Failing after 1s

This commit is contained in:
Renovate Bot 2026-07-04 06:51:37 +00:00
parent 410e44305e
commit 975d5b1b16

View file

@ -160,7 +160,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