aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-08-26 14:52:49 +0200
committerChristian Schneppe <christian@pix-art.de>2018-08-26 14:52:49 +0200
commitad809c5d56d9b70d7577ffdd3dbcabaedc120fc8 (patch)
treee1ecbc098200caa2b46a8de1ac9c64cb55182f0f /build.gradle
parent1b84205781e9dde416cdc9972b0fd47164ec4458 (diff)
upgrade babbler version
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle7
1 files changed, 2 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index f93a691e7..b96a299ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.3'
+ classpath 'com.android.tools.build:gradle:3.1.4'
}
}
@@ -19,9 +19,6 @@ repositories {
maven {
url "https://jitpack.io"
}
- maven {
- url "https://oss.sonatype.org/content/repositories/snapshots"
- }
}
configurations {
@@ -66,7 +63,7 @@ dependencies {
implementation 'com.wefika:flowlayout:0.4.1'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.3'
implementation 'in.championswimmer:SimpleFingerGestures_Android_Library:1.2'
- implementation 'rocks.xmpp:xmpp-addr:0.8.0-SNAPSHOT'
+ implementation 'rocks.xmpp:xmpp-addr:0.8.0'
}
ext {