Skip to content

Commit

Permalink
migrate to workers
Browse files Browse the repository at this point in the history
  • Loading branch information
foobnix committed Dec 7, 2023
1 parent 2295bad commit 1adde77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,16 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'

implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
//implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
//conflict with worker

implementation "commons-logging:commons-logging-api:1.1"


implementation "androidx.work:work-runtime:2.9.0"
implementation "com.google.guava:guava:32.1.3-android"

//implementation "com.google.guava:guava:32.1.3-android" if listenablefuture

//implementation "androidx.car.app:app:1.4.0-rc01"
//implementation("androidx.media3:media3-ui:1.1.1")
//implementation("androidx.media3:media3-session:1.1.1")
Expand Down

0 comments on commit 1adde77

Please sign in to comment.