From e41bd5376211eb8396979cae38d6000a433ea67b Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 7 Apr 2018 23:02:27 +0200 Subject: use xmpp-addr 0.8 to fix unicode issue --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 90c85369d..b503da0e0 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,8 @@ repositories { allprojects { repositories { maven { url "https://jitpack.io" } - maven { url 'https://maven.google.com' } + maven { url "https://maven.google.com" } + maven { url "https://oss.sonatype.org/content/repositories/snapshots" } } } @@ -68,7 +69,7 @@ dependencies { implementation 'pub.devrel:easypermissions:1.1.3' implementation 'com.wefika:flowlayout:0.4.1' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.3' - implementation 'rocks.xmpp:xmpp-addr:0.7.5' + implementation 'rocks.xmpp:xmpp-addr:0.8.0-SNAPSHOT' } ext { -- cgit v1.2.3