diff options
Diffstat (limited to 'juick-notifications/build.gradle')
-rw-r--r-- | juick-notifications/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 3e641c93..74fb9081 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'org.akhikhl.gretty' dependencies { compile project(':juick-server-web') compile 'com.ganyo:gcm-server:1.1.0' - compile 'com.notnoop.apns:apns:1.0.0.Beta6' + 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" |