aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-07 23:02:27 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-07 23:02:27 +0200
commite41bd5376211eb8396979cae38d6000a433ea67b (patch)
tree4f8d853a02311e6bbc02ff14af664542019f43d7 /build.gradle
parentb77688107ce20d8363275f7d005742a0e599b7aa (diff)
use xmpp-addr 0.8 to fix unicode issue
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 3 insertions, 2 deletions
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 {