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 b5fd12a commit 9fccc94Copy full SHA for 9fccc94
README.md
@@ -21,7 +21,7 @@ Add the dependency in your `build.gradle.kts` file:
21
22
```kotlin
23
dependencies {
24
- implementation("com.sumup:sumup:0.0.2")
+ implementation("com.sumup:sumup:0.0.3")
25
}
26
```
27
@@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file:
31
32
```groovy
33
34
- implementation 'com.sumup:sumup:0.0.2'
+ implementation 'com.sumup:sumup:0.0.3'
35
36
37
@@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file:
43
<dependency>
44
<groupId>com.sumup</groupId>
45
<artifactId>sumup</artifactId>
46
- <version>0.0.2</version>
+ <version>0.0.3</version>
47
</dependency>
48
49
0 commit comments