use xmpp-addr 0.8 to fix unicode issue

This commit is contained in:
Daniel Gultsch 2018-03-09 21:39:29 +01:00
parent fe338a540a
commit e767c5e75b
1 changed files with 4 additions and 1 deletions

View File

@ -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 {