From e767c5e75b485bac60f96af0336783debd9f7d8f Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 9 Mar 2018 21:39:29 +0100 Subject: [PATCH] use xmpp-addr 0.8 to fix unicode issue --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 377a37bbb..bd2e85b29 100644 --- a/build.gradle +++ b/build.gradle @@ -21,6 +21,9 @@ repositories { maven { url "https://jitpack.io" } + maven { + url "https://oss.sonatype.org/content/repositories/snapshots" + } } configurations { @@ -53,7 +56,7 @@ dependencies { implementation 'com.makeramen:roundedimageview:2.3.0' implementation "com.wefika:flowlayout:0.4.1" implementation 'net.ypresto.androidtranscoder:android-transcoder:0.2.0' - implementation 'rocks.xmpp:xmpp-addr:0.7.5' + implementation 'rocks.xmpp:xmpp-addr:0.8.0-SNAPSHOT' } ext {