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 2dd323c commit 3d24268Copy full SHA for 3d24268
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.0.0.20191217</version>
+ <version>4.1.0.20200122</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.0.0.20191217"
+implementation "com.squareup:square:4.1.0.20200122"
46
47
48
0 commit comments