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

This commit is contained in:
Renovate Bot 2026-07-05 06:56:39 +00:00
parent 7ff1546d31
commit 9ed5110abe

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