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.
2 parents d544bf8 + b41f268 commit 8059512Copy full SHA for 8059512
README.md
@@ -43,7 +43,7 @@ In order to use the SDK your minimum SDK Version needs to be at least API 34.
43
44
```kotlin
45
dependencies {
46
- implementation("io.github.payone-gmbh:pcp-client-android-sdk:1.0.0")
+ implementation("io.github.payone-gmbh:pcp-client-android-sdk:1.1.0")
47
}
48
```
49
pcp-client-android-sdk/build.gradle.kts
@@ -58,7 +58,7 @@ mavenPublishing {
58
59
signAllPublications()
60
61
- coordinates("io.github.payone-gmbh", "pcp-client-android-sdk", "1.0.0")
+ coordinates("io.github.payone-gmbh", "pcp-client-android-sdk", "1.1.0")
62
63
pom {
64
name.set("PCP-CLIENT-SDK-ANDROID")
0 commit comments