diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-12-31 06:46:19 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-12-31 06:46:19 +0000 |
commit | 321f4da6230fd6197e5e0773db3a8d28b01e5215 (patch) | |
tree | bfb96fa3ba80604f582d6e5cbe415cd5c9216633 /app/build.gradle | |
parent | 1d857eed4738a150f6dd41a1ed4d7df672c60f6a (diff) | |
download | infinity-for-reddit-321f4da6230fd6197e5e0773db3a8d28b01e5215.tar infinity-for-reddit-321f4da6230fd6197e5e0773db3a8d28b01e5215.tar.gz infinity-for-reddit-321f4da6230fd6197e5e0773db3a8d28b01e5215.tar.bz2 infinity-for-reddit-321f4da6230fd6197e5e0773db3a8d28b01e5215.tar.lz infinity-for-reddit-321f4da6230fd6197e5e0773db3a8d28b01e5215.tar.xz infinity-for-reddit-321f4da6230fd6197e5e0773db3a8d28b01e5215.tar.zst infinity-for-reddit-321f4da6230fd6197e5e0773db3a8d28b01e5215.zip |
Long click the url to see more options. Make getRedditUriByPath in LinkResolverActivity private.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index ae211bd8..e9de6ce6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -132,6 +132,7 @@ dependencies { implementation "io.noties.markwon:recycler-table:$markwonVersion" implementation "io.noties.markwon:simple-ext:$markwonVersion" implementation 'com.atlassian.commonmark:commonmark-ext-gfm-tables:0.14.0' + implementation 'me.saket:better-link-movement-method:2.2.0' // Animations implementation 'com.airbnb.android:lottie:3.4.4' |