From d8e8dfef78359461fa49ab14304876a35049f364 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 30 Jan 2018 16:08:10 +0300 Subject: gradle: dependency updates --- juick-notifications/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'juick-notifications') diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 74fb9081..8cf770a6 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -5,10 +5,7 @@ apply plugin: 'org.akhikhl.gretty' dependencies { compile project(':juick-server-web') compile 'com.ganyo:gcm-server:1.1.0' - compile 'com.turo:pushy:0.11.3' - - compile "rocks.xmpp:xmpp-core-client:0.7.4" - compile "rocks.xmpp:xmpp-extensions-client:0.7.4" + compile 'com.turo:pushy:0.12.0' testCompile "junit:junit:${rootProject.junitVersion}" testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" -- cgit v1.2.3