Skip to content

Commit

Permalink
Update gradle download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 8, 2021
1 parent 6f45610 commit 04402c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@


## Including in your project
[![Download](https://api.bintray.com/packages/devmagician/maven/powerspinner/images/download.svg) ](https://bintray.com/devmagician/maven/powerspinner/_latestVersion)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/powerspinner.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.skydoves%22%20AND%20a:%22powerspinner%22)
[![JitPack](https://jitpack.io/v/skydoves/PowerSpinner.svg)](https://jitpack.io/#skydoves/PowerSpinner) <br>

Expand All @@ -31,7 +30,7 @@ Add below codes to your **root** `build.gradle` file (not your module build.grad
```gradle
allprojects {
repositories {
jcenter()
mavenCentral()
}
}
```
Expand Down

0 comments on commit 04402c0

Please sign in to comment.