diff options
author | Vitaly Takmazov | 2017-10-17 13:50:26 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-17 14:27:08 +0300 |
commit | d41e94c835396f5f8b33f8be05dcb76366e06d22 (patch) | |
tree | ec82ffa96068e338a4dd7cfa823e43408c43b868 /juick-notifications/build.gradle | |
parent | 9b5db8da41d5c4c5f50012c0055b4008191cdb8f (diff) |
notifications: APNS HTTP API
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" |