From f750c79392ab72697be4e7c5223b2ef41de7a6b5 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 24 May 2020 13:14:14 +0200 Subject: [PATCH] Bump jxmpp Version to 0.7.0-alpha6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e9b0d9b11..89271358c 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ allprojects { // See also: // - https://issues.apache.org/jira/browse/MNG-6232 // - https://issues.igniterealtime.org/browse/SMACK-858 - jxmppVersion = '0.7.0-alpha5' + jxmppVersion = '0.7.0-alpha6' miniDnsVersion = '0.4.0-alpha5' smackMinAndroidSdk = 19 junitVersion = '5.6.0'