aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorscria1000 <91804886+scria1000@users.noreply.github.com>2021-11-27 17:10:50 +0000
committerGitHub <noreply@github.com>2021-11-27 17:10:50 +0000
commita399200be2bb7b3580127c6125980e1cdfd386c7 (patch)
treeb0e1eb5e93186a4385677f4c8e3cdb80e8e06150 /app/build.gradle
parent90a9b1033f36087ce302e06304cbf3581921748b (diff)
parentd8f657226293c2be4f97eae687fde0dec1936d22 (diff)
downloadinfinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar.gz
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar.bz2
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar.lz
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar.xz
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar.zst
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.zip
Merge branch 'master' into gallery-captions-feature
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cd0bc859..46f4b0b9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
- versionCode 82
- versionName "5.1.0-beta2"
+ versionCode 86
+ versionName "5.1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
@@ -154,6 +154,7 @@ dependencies {
implementation "io.noties.markwon:recycler-table:$markwonVersion"
implementation "io.noties.markwon:simple-ext:$markwonVersion"
implementation "io.noties.markwon:html:$markwonVersion"
+ implementation "io.noties.markwon:inline-parser:$markwonVersion"
implementation 'com.atlassian.commonmark:commonmark-ext-gfm-tables:0.14.0'
implementation 'me.saket:better-link-movement-method:2.2.0'