From 58104680f9a6d5f01a04bb870530d732c5e1b0ab Mon Sep 17 00:00:00 2001 From: Leo Shneyderis <42538960+leoxshn@users.noreply.github.com> Date: Sun, 28 Mar 2021 12:16:15 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 356493e..495f381 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # Loader A library to load text, rss, and ddg intant answers easily in android + +## Installation +Add the following dependency to your ```build.gradle``` file: +``` +dependencies { + implementation 'io.posidon:android.loader:0.0.1' +} +``` +And also make sure that the ```jitpack.io``` repository is included +``` +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} +```