summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-04 10:34:51 +0300
committerAndrew Dolgov <[email protected]>2017-06-04 10:34:51 +0300
commit89c57fca2d73f9384e06f36bd4552b902bb3b0a0 (patch)
treea4b09f869af2b787d06291ba11c37205c1ee4c76 /org.fox.ttrss/build.gradle
parent7e16eb5022dd1d621a57f14892160695609733e3 (diff)
functional progressbars for glide-loaded images in headlines buffer
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rwxr-xr-xorg.fox.ttrss/build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index 7f48ed19..cabd2045 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -28,6 +28,10 @@ android {
dependencies {
compile project(':taskerlocaleapi')
compile files('libs/dashclock-api-r1.1.jar')
+ compile 'com.squareup.okhttp3:okhttp:3.8.0'
+ compile('com.github.bumptech.glide:okhttp3-integration:1.5.0') {
+ exclude group: 'glide-parent'
+ }
compile 'org.jsoup:jsoup:1.10.2'
compile 'com.bogdwellers:pinchtozoom:0.1'
compile 'com.github.bumptech.glide:glide:3.8.0'
@@ -44,8 +48,6 @@ dependencies {
compile 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.2.32@aar'
compile 'me.relex:circleindicator:1.2.2@aar'
compile 'com.viewpagerindicator:library:2.4.1'
- //compile 'com.nhaarman.listviewanimations:lib-core:3.1.0@aar'
- //compile 'com.nhaarman.listviewanimations:lib-manipulation:3.1.0@aar'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
compile files('libs/YouTubeAndroidPlayerApi.jar')