summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-01-11 16:26:31 +0100
committerThomas <tschneider.ac@gmail.com>2023-01-11 16:26:31 +0100
commit7704e15e3141e1ed6c127db1dc02c51ed1bf54d2 (patch)
tree42264bff1373899078c52c04bb8d860b3c14bbd5 /app/build.gradle
parentb0e01e5bf1abbbe5d007a2d676d191d10fa696cf (diff)
Preload media
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2046c73dd..9704a69c6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -97,6 +97,10 @@ dependencies {
implementation 'org.framagit.tom79:SparkButton:1.0.13'
implementation "com.github.bumptech.glide:glide:4.14.2"
implementation "com.github.bumptech.glide:okhttp3-integration:4.14.2"
+ implementation("com.github.bumptech.glide:recyclerview-integration:4.14.2") {
+ // Excludes the support library because it's already included by Glide.
+ transitive = false
+ }
implementation "org.jsoup:jsoup:1.15.1"