From c19071494be58df00558d25f2838a8de20aa5f0d Mon Sep 17 00:00:00 2001 From: Taras Smakula <tarassmakula@gmail.com> Date: Mon, 18 Mar 2024 13:03:35 +0200 Subject: [PATCH] Update dependency --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index c57fdb924..0847aa875 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -112,7 +112,7 @@ dependencies { api "io.noties.markwon:ext-strikethrough:$markwon_version" api "io.noties.markwon:ext-tasklist:$markwon_version" - api 'io.element.android:wysiwyg:2.32.0' + api 'io.element.android:wysiwyg:2.33.0' //Shake detection implementation 'com.squareup:seismic:1.0.3' -- GitLab