summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-09-28 12:12:20 -0300
committerTorsten Grote <t@grobox.de>2020-09-28 14:27:47 -0300
commit0936fc851232c8c6c41ce4a0c479ba7a1e452137 (patch)
tree8e69b1a58319a275901456056558b28643cb8063 /wallet/build.gradle
parent841d87d5f9f05bc4a5e050948af2577cd87efade (diff)
downloadtaler-android-0936fc851232c8c6c41ce4a0c479ba7a1e452137.tar.gz
taler-android-0936fc851232c8c6c41ce4a0c479ba7a1e452137.tar.bz2
taler-android-0936fc851232c8c6c41ce4a0c479ba7a1e452137.zip
[wallet] implement exchange selection for withdrawals
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 02123ee..48e1749 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -139,7 +139,7 @@ dependencies {
implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'
// Markdown rendering
- final def markwon_version = '4.5.1'
+ final def markwon_version = '4.6.0'
implementation "io.noties.markwon:core:$markwon_version"
implementation "io.noties.markwon:ext-tables:$markwon_version"
implementation "io.noties.markwon:recycler:$markwon_version"