aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 {