@@ -56,7 +56,7 @@ Add the dependency in your `pom.xml` file:
5656<dependency >
5757 <groupId >com.squareup</groupId >
5858 <artifactId >square</artifactId >
59- <version >46.0 .0.20260122</version >
59+ <version >46.1 .0.20260122</version >
6060</dependency >
6161```
6262
@@ -361,8 +361,8 @@ Gradle:
361361
362362``` groovy
363363dependencies {
364- implementation 'com.squareup:square:46.0 .0.20260122'
365- implementation 'com.squareup:square-legacy:46.0 .0.20260122'
364+ implementation 'com.squareup:square:46.1 .0.20260122'
365+ implementation 'com.squareup:square-legacy:46.1 .0.20260122'
366366}
367367```
368368
@@ -372,12 +372,12 @@ Maven:
372372<dependency >
373373 <groupId >com.squareup</groupId >
374374 <artifactId >square</artifactId >
375- <version >46.0 .0.20260122</version >
375+ <version >46.1 .0.20260122</version >
376376</dependency >
377377<dependency >
378378 <groupId >com.squareup</groupId >
379379 <artifactId >square-legacy</artifactId >
380- <version >46.0 .0.20260122</version >
380+ <version >46.1 .0.20260122</version >
381381</dependency >
382382```
383383
@@ -499,4 +499,4 @@ otherwise they would be overwritten upon the next generated release. Feel free t
499499a proof of concept, but know that we will not be able to merge it as-is. We suggest opening
500500an issue first to discuss with us!
501501
502- On the other hand, contributions to the README are always very welcome!
502+ On the other hand, contributions to the README are always very welcome!
0 commit comments