From 6904a4c12a362d00ed63b73c52079981f67bec07 Mon Sep 17 00:00:00 2001 From: "Arundale Ramanathan (Arun)" Date: Thu, 17 Jan 2019 11:57:00 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 25a63f3a..502a725d 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,10 @@ In gradle you can use NanoHTTPD the same way because gradle accesses the same ce Just replace the name with the artifact id of the module you want to use and gradle will find it for you. +Or add: + + implementation 'org.nanohttpd:nanohttpd:2.3.1' + ### Develop your own specialized HTTP service For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*. From 19f54904748f02bcc76f70ca9260b709c5a8042a Mon Sep 17 00:00:00 2001 From: "Arundale Ramanathan (Arun)" Date: Thu, 17 Jan 2019 11:57:56 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 502a725d..987d170c 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Just replace the name with the artifact id of the module you want to use and gra Or add: - implementation 'org.nanohttpd:nanohttpd:2.3.1' + implementation 'org.nanohttpd:nanohttpd:CURRENT_VERSION' ### Develop your own specialized HTTP service From d70775de0934835daba84ed4f45b038ea9024b69 Mon Sep 17 00:00:00 2001 From: "Arundale Ramanathan (Arun)" Date: Thu, 17 Jan 2019 11:58:52 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 987d170c..6f937bb7 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,8 @@ Or add: implementation 'org.nanohttpd:nanohttpd:CURRENT_VERSION' +under `dependencies` of your `build.gradle`. + ### Develop your own specialized HTTP service For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*.