Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
najmsheikh authored Jul 19, 2021
1 parent 805aaed commit cd6f044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Button is the partnerships platform for mobile commerce. Button powers mobile pa

### Gradle

We highly recommend that you use our SDK with Gradle, all you need to do is make sure you have `jcenter()` as one of your app's repositories.
We highly recommend that you use our SDK with Gradle, all you need to do is make sure you have `mavenCentral()` as one of your app's repositories.

```groovy
repositories {
jcenter()
mavenCentral
}
```
#### Latest Version
![Download](https://api.bintray.com/packages/button/Public/android-sdk/images/download.svg)
[![Maven Central](https://img.shields.io/maven-central/v/com.usebutton/android-sdk.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.usebutton%22%20AND%20a:%22android-sdk%22)

```groovy
dependencies {
Expand Down

0 comments on commit cd6f044

Please sign in to comment.