We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ce202 commit 6ba83d0Copy full SHA for 6ba83d0
README.md
@@ -9,7 +9,7 @@
9
10
# PostFinance Checkout Android Payment SDK
11
12
-[](https://central.sonatype.com/artifact/ch.postfinance/postfinance-checkout-sdk/1.4.2)
+[](https://central.sonatype.com/artifact/ch.postfinance/postfinance-checkout-sdk/1.4.3)
13
14
## Installation
15
@@ -24,7 +24,7 @@ Add `postfinance-checkout-sdk` to your `app/build.gradle` dependencies.
24
```groovy
25
dependencies {
26
// ...
27
- implementation("ch.postfinance:postfinance-checkout-sdk:1.4.2")
+ implementation("ch.postfinance:postfinance-checkout-sdk:1.4.3")
28
29
}
30
```
0 commit comments