diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-29 17:45:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 17:45:14 +0100 |
commit | 6f3a9b16764a57e43994ccbeeada5224dee93f44 (patch) | |
tree | 24bd2a3ed120dd61b009e5a2b5b9a1c550579997 /ui/widget | |
parent | 0c8c9a89a371d6515c34d1c4f7417c26059ee969 (diff) | |
download | AntennaPod-6f3a9b16764a57e43994ccbeeada5224dee93f44.zip |
Create module for sync service and move DBWriter to database module (#7040)
Diffstat (limited to 'ui/widget')
-rw-r--r-- | ui/widget/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/widget/build.gradle b/ui/widget/build.gradle index 03183a323..3cf054c7e 100644 --- a/ui/widget/build.gradle +++ b/ui/widget/build.gradle @@ -32,4 +32,5 @@ dependencies { implementation "androidx.appcompat:appcompat:$appcompatVersion" implementation "androidx.work:work-runtime:$workManagerVersion" implementation "com.github.bumptech.glide:glide:$glideVersion" + implementation "com.google.guava:guava:31.0.1-android" } |