From 4cac972ba5cbc1d420733876f4b9cc8c671d898a Mon Sep 17 00:00:00 2001 From: Anya Zenkina Date: Tue, 2 Apr 2019 17:11:28 +0100 Subject: [PATCH 1/2] change readme about testing locally --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 58219203..75edb9f4 100644 --- a/README.md +++ b/README.md @@ -504,6 +504,21 @@ The JavaDocs can be found here: /pusher-websocket-java') +``` +* Add the following line to your application's `build.gradle` where you would normally add the actual `pusher-websocket-java` SDK: + +``` +dependencies { + compile project(':pusher-websocket-java') +} +``` + ### Eclipse Project Assuming you are using Eclipse, follow these steps: From f3c3f7501e15428fa1e98cc28aa291434216b5e3 Mon Sep 17 00:00:00 2001 From: Anya Zenkina Date: Wed, 3 Apr 2019 14:00:29 +0100 Subject: [PATCH 2/2] Add introduction to local testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75edb9f4..43ef839b 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ channel.isSubscribed(); // => `true`/`false` The JavaDocs can be found here: ## Library Development Environment +If you'd like to tweak this library there are ways to use your local code rather than the official. ### Prerequisites