use xmpp-addr 0.8 to fix unicode issue

This commit is contained in:
Christian Schneppe 2018-04-07 23:02:27 +02:00
parent b77688107c
commit e41bd53762

View file

@ -25,7 +25,8 @@ repositories {
allprojects { allprojects {
repositories { repositories {
maven { url "https://jitpack.io" } 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 'pub.devrel:easypermissions:1.1.3'
implementation 'com.wefika:flowlayout:0.4.1' implementation 'com.wefika:flowlayout:0.4.1'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.3' 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 { ext {