diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-11-19 03:31:58 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-11-19 03:31:58 +0000 |
commit | 47b57fd50fc21c796f59cd5165fa7741d7ef944e (patch) | |
tree | d40d5a82a1cc0c500121a6495f0e00084bf80e74 /app/build.gradle | |
parent | c7df7399f9ab2e982ec9e4c4b3ef01e9395f8ae1 (diff) | |
download | infinity-for-reddit-47b57fd50fc21c796f59cd5165fa7741d7ef944e.tar infinity-for-reddit-47b57fd50fc21c796f59cd5165fa7741d7ef944e.tar.gz infinity-for-reddit-47b57fd50fc21c796f59cd5165fa7741d7ef944e.tar.bz2 infinity-for-reddit-47b57fd50fc21c796f59cd5165fa7741d7ef944e.tar.lz infinity-for-reddit-47b57fd50fc21c796f59cd5165fa7741d7ef944e.tar.xz infinity-for-reddit-47b57fd50fc21c796f59cd5165fa7741d7ef944e.tar.zst infinity-for-reddit-47b57fd50fc21c796f59cd5165fa7741d7ef944e.zip |
Superscript is now available.
Diffstat (limited to '')
-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 cb188514..95478d93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,6 +69,7 @@ dependencies { implementation 'io.noties.markwon:core:4.1.2' implementation 'io.noties.markwon:linkify:4.1.2' implementation 'io.noties.markwon:ext-strikethrough:4.1.2' + implementation "io.noties.markwon:simple-ext:4.1.2" implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19' implementation 'com.github.Ferfalk:SimpleSearchView:0.1.3' implementation 'org.greenrobot:eventbus:3.1.1' |