diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-10-23 09:53:30 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-10-23 09:53:30 +0000 |
commit | ddebd6086d11df4dce3d340c8df0e37efc230949 (patch) | |
tree | a168e8049b6bf3e1e1483e0ec9e574071b672517 /app/build.gradle | |
parent | 01f15625a315c5839e0fcc3a9e794e24a996f2ce (diff) | |
download | infinity-for-reddit-ddebd6086d11df4dce3d340c8df0e37efc230949.tar infinity-for-reddit-ddebd6086d11df4dce3d340c8df0e37efc230949.tar.gz infinity-for-reddit-ddebd6086d11df4dce3d340c8df0e37efc230949.tar.bz2 infinity-for-reddit-ddebd6086d11df4dce3d340c8df0e37efc230949.tar.lz infinity-for-reddit-ddebd6086d11df4dce3d340c8df0e37efc230949.tar.xz infinity-for-reddit-ddebd6086d11df4dce3d340c8df0e37efc230949.tar.zst infinity-for-reddit-ddebd6086d11df4dce3d340c8df0e37efc230949.zip |
Fix an issue in respect subreddit recommended comment sort type. Dirty workaround for sensitive swipe sensitivity in ViewPager2 in MainActivity.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle index 993f9118..140ca72e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,11 +72,11 @@ dependencies { annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3' implementation 'com.github.santalu:aspect-ratio-imageview:1.0.9' implementation 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE' - implementation 'io.noties.markwon:core:4.6.0' - implementation 'io.noties.markwon:linkify:4.6.0' - implementation 'io.noties.markwon:ext-strikethrough:4.6.0' - implementation 'io.noties.markwon:simple-ext:4.6.0' - implementation 'io.noties.markwon:recycler-table:4.6.0' + implementation 'io.noties.markwon:core:4.5.0' + implementation 'io.noties.markwon:linkify:4.5.0' + implementation 'io.noties.markwon:ext-strikethrough:4.5.0' + implementation 'io.noties.markwon:simple-ext:4.5.0' + implementation 'io.noties.markwon:recycler-table:4.5.0' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.21' implementation 'com.github.Ferfalk:SimpleSearchView:0.1.4' @@ -90,7 +90,7 @@ dependencies { annotationProcessor 'com.evernote:android-state-processor:1.4.1' implementation 'com.nex3z:flow-layout:1.3.0' implementation 'com.r0adkll:slidableactivity:2.1.0' - implementation 'com.atlassian.commonmark:commonmark:0.15.2' + implementation 'com.atlassian.commonmark:commonmark:0.14.0' implementation 'com.google.code.gson:gson:2.8.6' implementation 'me.zhanghai.android.fastscroll:library:1.1.2' implementation "com.thefuntasty.hauler:core:3.1.0" |