Skip to content

Commit 25ce202

Browse files
Readme v1.4.2 Repo folder name: android-mobile-sdk
1 parent e91bcea commit 25ce202

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# PostFinance Checkout Android Payment SDK
1111

12-
[![Maven Central](https://img.shields.io/maven-central/v/ch.postfinance/postfinance-checkout-sdk)](https://central.sonatype.com/artifact/ch.postfinance/postfinance-checkout-sdk/1.2.0)
12+
[![Maven Central](https://img.shields.io/maven-central/v/ch.postfinance/postfinance-checkout-sdk)](https://central.sonatype.com/artifact/ch.postfinance/postfinance-checkout-sdk/1.4.2)
1313

1414
## Installation
1515

@@ -24,7 +24,7 @@ Add `postfinance-checkout-sdk` to your `app/build.gradle` dependencies.
2424
```groovy
2525
dependencies {
2626
// ...
27-
implementation("ch.postfinance:postfinance-checkout-sdk:1.2.0")
27+
implementation("ch.postfinance:postfinance-checkout-sdk:1.4.2")
2828
// ...
2929
}
3030
```
@@ -34,3 +34,4 @@ dependencies {
3434
- [API Reference](./docs/api-reference.md)
3535
- [Integration](./docs/integration.md)
3636
- [Theming](./docs/theming.md)
37+
- [Troubleshooting](./docs/troubleshooting.md)

docs/troubleshooting.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Troubleshooting
2+
3+
Issue:
4+
5+
```gradle
6+
Android resource linking failed
7+
error: resource style/Theme.Design.Light.BottomSheetDialog (aka com.test.app.awesome:style/Theme.Design.Light.BottomSheetDialog) not found.
8+
error: failed linking references.
9+
```
10+
11+
Solution:
12+
13+
```gradle
14+
implementation ("com.google.android.material:material:1.4.0")
15+
```

0 commit comments

Comments
 (0)