Skip to content

Commit 8059512

Browse files
authored
Merge pull request #15 from PAYONE-GmbH/release/1.1.0
Release/1.1.0
2 parents d544bf8 + b41f268 commit 8059512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In order to use the SDK your minimum SDK Version needs to be at least API 34.
4343

4444
```kotlin
4545
dependencies {
46-
implementation("io.github.payone-gmbh:pcp-client-android-sdk:1.0.0")
46+
implementation("io.github.payone-gmbh:pcp-client-android-sdk:1.1.0")
4747
}
4848
```
4949

pcp-client-android-sdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mavenPublishing {
5858

5959
signAllPublications()
6060

61-
coordinates("io.github.payone-gmbh", "pcp-client-android-sdk", "1.0.0")
61+
coordinates("io.github.payone-gmbh", "pcp-client-android-sdk", "1.1.0")
6262

6363
pom {
6464
name.set("PCP-CLIENT-SDK-ANDROID")

0 commit comments

Comments
 (0)