From 6637cefc051d44802f54e741ca2492cbd36ac405 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 30 Aug 2018 21:18:21 +0800 Subject: Blur the preview image if the post is NSFW. Tweak some layouts. Optimize some methods. --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index c2f27341..b7f42671 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,9 +43,9 @@ dependencies { implementation 'com.android.support:customtabs:28.0.0-rc01' implementation 'com.alexvasilkov:gesture-views:2.5.2' implementation 'com.android.support:cardview-v7:28.0.0-rc01' - implementation 'com.github.bumptech.glide:glide:4.6.1' + implementation 'com.github.bumptech.glide:glide:4.7.1' implementation 'com.github.pwittchen:swipe-rx2:0.3.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1' + annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1' // Room components implementation "android.arch.persistence.room:runtime:$rootProject.roomVersion" annotationProcessor "android.arch.persistence.room:compiler:$rootProject.roomVersion" @@ -58,4 +58,5 @@ dependencies { implementation 'org.sufficientlysecure:html-textview:3.6' implementation 'com.squareup.retrofit2:retrofit:2.4.0' implementation 'com.squareup.retrofit2:converter-scalars:2.4.0' + implementation 'jp.wasabeef:glide-transformations:3.3.0' } -- cgit v1.2.3