From 056be53a8d51fb6e45167f5d1ec317513b87a906 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 30 Apr 2020 14:33:08 -0300 Subject: [wallet] show ToS markdown in expandable sections --- wallet/build.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'wallet/build.gradle') diff --git a/wallet/build.gradle b/wallet/build.gradle index a872e8c..28431b3 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation project(":taler-kotlin-common") implementation 'net.taler:akono:0.1' - implementation 'androidx.preference:preference:1.1.0' + implementation 'androidx.preference:preference:1.1.1' implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' @@ -89,6 +89,12 @@ dependencies { // Nicer ProgressBar implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1' + // Markdown rendering + final def markwon_version = '4.3.1' + implementation "io.noties.markwon:core:$markwon_version" + implementation "io.noties.markwon:ext-tables:$markwon_version" + implementation "io.noties.markwon:recycler:$markwon_version" + // JSON parsing and serialization implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.2' -- cgit v1.2.3