Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssung88 authored Feb 26, 2020
1 parent d47ed05 commit 458cb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Install the client dynamically by adding a dependency to the POM for your projec
<dependency>
<groupId>com.squareup</groupId>
<artifactId>square</artifactId>
<version>4.1.0.20200122</version>
<version>5.0.0.20200226</version>
</dependency>
```

Expand All @@ -42,7 +42,7 @@ Install the client dynamically by adding a dependency to the POM for your projec
Install the client by adding the following dependency to the build file for your project:

```
implementation "com.squareup:square:4.1.0.20200122"
implementation "com.squareup:square:5.0.0.20200226"
```


Expand Down

0 comments on commit 458cb0a

Please sign in to comment.