aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-02-13 10:26:27 +0300
committerGravatar Vitaly Takmazov2017-02-13 10:26:27 +0300
commit7d04ea9cc0abba7750f98a7586f158f1e03c2343 (patch)
tree4bd7230ad47ee7d67e9f7ae77a465070113647c8 /juick-notifications
parent8a5a9ca0e668c96c8d048c295f8c6bf4a0935f01 (diff)
update dependencies
Diffstat (limited to 'juick-notifications')
-rw-r--r--juick-notifications/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
index ced270ed..1a054cf7 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -23,8 +23,8 @@ dependencies {
compile "org.apache.httpcomponents:httpclient:4.5.3"
compile "org.apache.commons:commons-lang3:3.5"
- compile "org.bitbucket.sco0ter.babbler:xmpp-core-client:0ba6c0e2f9"
- compile "org.bitbucket.sco0ter.babbler:xmpp-extensions-client:0ba6c0e2f9"
+ compile "rocks.xmpp:xmpp-core-client:0.7.3"
+ compile "rocks.xmpp:xmpp-extensions-client:0.7.3"
testCompile "junit:junit:${rootProject.junitVersion}"
testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"