Update dependency androidx.concurrent:concurrent-futures-ktx to v1.3.0
This commit is contained in:
parent
7ff1546d31
commit
9ed5110abe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue