From df125ad7fe5cd9e9458985375ea13906c6d1a7ca Mon Sep 17 00:00:00 2001 From: Vasu Bhardwaj Date: Thu, 10 May 2018 11:50:32 +0530 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f02a36 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# NoInternet +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } + } + + dependencies { + implementation 'com.github.vasu-bhardwaj:NoInternet:V1.2' + }