From 7ddd60d314c0f25487ba073c62c0f6bb772bc41c Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Wed, 20 Oct 2021 10:19:46 +0200 Subject: [PATCH] bump jxmpp. fix crash in magic create when entering @ --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 768837870..596a5ee90 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation "com.wefika:flowlayout:0.4.1" implementation 'com.otaliastudios:transcoder:0.10.4' - implementation 'org.jxmpp:jxmpp-jid:1.0.1' + implementation 'org.jxmpp:jxmpp-jid:1.0.2' implementation 'org.osmdroid:osmdroid-android:6.1.10' implementation 'org.hsluv:hsluv:0.2' implementation 'org.conscrypt:conscrypt-android:2.5.2'