summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-01-03 19:05:03 +0100
committerGitHub <noreply@github.com>2019-01-03 19:05:03 +0100
commitd7e7684cc0a582d0b41d7616a6f69956625f6221 (patch)
tree150eb13111166e6b7749b2421c3036a85d624108 /core/build.gradle
parent7a92f8a2ba38159253a3dda49cbc0516569a198d (diff)
parentb1ae1f8f2fdaa608880254a714da7db4c00f42e6 (diff)
downloadAntennaPod-d7e7684cc0a582d0b41d7616a6f69956625f6221.zip
Merge pull request #2859 from ByteHamster/glide-48
Upgraded Glide to version 4.8.0
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 95b9db35a..588d3b163 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -60,6 +60,7 @@ dependencies {
implementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion"
implementation "org.jsoup:jsoup:$jsoupVersion"
implementation "com.github.bumptech.glide:glide:$glideVersion"
+ annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"
implementation "com.github.bumptech.glide:okhttp3-integration:$glideOkhttpIntegrationVersion@aar"
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttpVersion"