We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bf9b4 commit 3aaa28eCopy full SHA for 3aaa28e
1 file changed
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-sdk:0.0.6")
+ implementation("com.sumup:sumup-sdk:0.0.7")
25
}
26
```
27
@@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file:
31
32
```groovy
33
34
- implementation 'com.sumup:sumup-sdk:0.0.6'
+ implementation 'com.sumup:sumup-sdk:0.0.7'
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-sdk</artifactId>
46
- <version>0.0.6</version>
+ <version>0.0.7</version>
47
</dependency>
48
49
0 commit comments