diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-04-08 03:41:42 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-04-08 03:41:42 +0000 |
commit | 2c36d46cd01141f1b5600c9f17bcf6807dc637a9 (patch) | |
tree | a0c8ea2f9c332c24a44a35c451c99750fd04020b /app/build.gradle | |
parent | cd4cf402365e9bdcf652fc7c7a57c28315798e93 (diff) | |
download | infinity-for-reddit-2c36d46cd01141f1b5600c9f17bcf6807dc637a9.tar infinity-for-reddit-2c36d46cd01141f1b5600c9f17bcf6807dc637a9.tar.gz infinity-for-reddit-2c36d46cd01141f1b5600c9f17bcf6807dc637a9.tar.bz2 infinity-for-reddit-2c36d46cd01141f1b5600c9f17bcf6807dc637a9.tar.lz infinity-for-reddit-2c36d46cd01141f1b5600c9f17bcf6807dc637a9.tar.xz infinity-for-reddit-2c36d46cd01141f1b5600c9f17bcf6807dc637a9.tar.zst infinity-for-reddit-2c36d46cd01141f1b5600c9f17bcf6807dc637a9.zip |
Fix app crashes on ViewSubredditDetailActivity. Fix some themeing issues.
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle index 9b4a28f3..fcf651b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,11 +66,11 @@ dependencies { implementation 'com.github.santalu:aspect-ratio-imageview:1.0.6' implementation 'androidx.paging:paging-runtime:2.1.2' implementation 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE' - implementation 'io.noties.markwon:core:4.2.0' - implementation 'io.noties.markwon:linkify:4.2.0' - implementation 'io.noties.markwon:ext-strikethrough:4.2.0' - implementation "io.noties.markwon:simple-ext:4.2.0" - implementation "io.noties.markwon:recycler-table:4.2.0" + implementation 'io.noties.markwon:core:4.3.1' + implementation 'io.noties.markwon:linkify:4.3.1' + implementation 'io.noties.markwon:ext-strikethrough:4.3.1' + implementation "io.noties.markwon:simple-ext:4.3.1" + implementation "io.noties.markwon:recycler-table:4.3.1" implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19' implementation 'com.github.Ferfalk:SimpleSearchView:0.1.4' implementation 'org.greenrobot:eventbus:3.1.1' |