chore(deps): update dependency androidx.concurrent:concurrent-futures-ktx to v1.3.0

This commit is contained in:
Renovate Bot 2026-07-30 06:58:25 +00:00
parent 7cfe8fe911
commit ab16553642

View file

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