We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47ed05 commit 458cb0aCopy full SHA for 458cb0a
README.md
@@ -33,7 +33,7 @@ Install the client dynamically by adding a dependency to the POM for your projec
33
<dependency>
34
<groupId>com.squareup</groupId>
35
<artifactId>square</artifactId>
36
- <version>4.1.0.20200122</version>
+ <version>5.0.0.20200226</version>
37
</dependency>
38
```
39
@@ -42,7 +42,7 @@ Install the client dynamically by adding a dependency to the POM for your projec
42
Install the client by adding the following dependency to the build file for your project:
43
44
45
-implementation "com.squareup:square:4.1.0.20200122"
+implementation "com.squareup:square:5.0.0.20200226"
46
47
48
0 commit comments