Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayDevTech authored Oct 27, 2023
1 parent efade71 commit d117afa
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<latest_version>'
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
```

### App level
```gradle
implementation 'com.github.SanjayDevTech:instautils:<latest_version>'
```
Check [Releases](https://github.com/SanjayDevTech/instautils/releases) for Latest version

Expand Down

0 comments on commit d117afa

Please sign in to comment.