From 2bef00e7323619216bf3f2fec729bd2fcbd460be Mon Sep 17 00:00:00 2001 From: Zan Markan Date: Wed, 16 Nov 2016 18:02:44 +0000 Subject: [PATCH] Update readme with the latest version --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 18297eea..5a2f5f38 100644 --- a/README.md +++ b/README.md @@ -44,21 +44,14 @@ The compiled library is available in two ways: ### Maven -The pusher-java-client is available in Maven Central, however one of its dependencies is hosted on [Clojars.org](http://clojars.org) so you will need to add it to your repositories list. +The pusher-java-client is available in Maven Central. ```xml - - - clojars.org - http://clojars.org/repo - - - com.pusher pusher-java-client - 1.3.0 + 1.4.0 ``` @@ -66,12 +59,8 @@ The pusher-java-client is available in Maven Central, however one of its depende ### Gradle ```groovy -repositories { - maven { url 'http://clojars.org/repo' } -} - dependencies { - compile 'com.pusher:pusher-java-client:1.3.0' + compile 'com.pusher:pusher-java-client:1.4.0' } ```