From d117afab4a15654a7c7fb2cf36f0334e840d44ab Mon Sep 17 00:00:00 2001 From: Sanjay S Date: Fri, 27 Oct 2023 16:48:39 +0530 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60cd242..d34cc08 100755 --- a/README.md +++ b/README.md @@ -17,8 +17,20 @@ Insta Utils uses a number of open source libraries to work properly: - [Glide](https://github.com/bumptech/glide) - Url to ImageView ## Implementation +### Project level ```gradle -implementation 'com.sanjaydevtech.instautils:instautils:' +dependencyResolutionManagement { + repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) + repositories { + mavenCentral() + maven { url 'https://jitpack.io' } + } +} +``` + +### App level +```gradle +implementation 'com.github.SanjayDevTech:instautils:' ``` Check [Releases](https://github.com/SanjayDevTech/instautils/releases) for Latest version