Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axellaffite authored Sep 25, 2020
1 parent dd3dadc commit 4c2f295
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Based on well known libraries such as [Subsampling Scale Image View](https://git

First, add the maven repository to your root build.gradle.

```json
```
allprojects {
repositories {
...
Expand All @@ -16,11 +16,11 @@ allprojects {

Then add the dependency to your app build.gradle :

[![](https://jitpack.io/v/axellaffite/Fast-Gallery.svg)](https://jitpack.io/#axellaffite/Fast-Gallery)
Current version: [![](https://jitpack.io/v/axellaffite/Fast-Gallery.svg)](https://jitpack.io/#axellaffite/Fast-Gallery)

```json
```
dependencies {
implementation 'com.github.User:Repo:TagSpecifiedAbove'
implementation 'com.github.User:Repo:CurrentVersion'
}
```

Expand Down

0 comments on commit 4c2f295

Please sign in to comment.