use xmpp-addr 0.8 to fix unicode issue
This commit is contained in:
parent
b77688107c
commit
e41bd53762
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue