From 6e5a0e7ef37ab148123a2fed2e50f84978e1f45a Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 28 Oct 2018 23:18:01 +0800 Subject: Use AspectRatiotImageView instead of ImageView to fully display the preview images of posts and prevent scrolling jump in PostFragment and ViewPostDetailActivity. --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index a801c916..35d0051f 100644 --- a/build.gradle +++ b/build.gradle @@ -19,6 +19,7 @@ allprojects { repositories { google() jcenter() + maven { url 'https://jitpack.io' } } } -- cgit v1.2.3