File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# PostFinance Checkout Android Payment SDK
11
11
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 )
13
13
14
14
## Installation
15
15
@@ -24,7 +24,7 @@ Add `postfinance-checkout-sdk` to your `app/build.gradle` dependencies.
24
24
``` groovy
25
25
dependencies {
26
26
// ...
27
- implementation("ch.postfinance:postfinance-checkout-sdk:1.2.0 ")
27
+ implementation("ch.postfinance:postfinance-checkout-sdk:1.4.2 ")
28
28
// ...
29
29
}
30
30
```
@@ -34,3 +34,4 @@ dependencies {
34
34
- [ API Reference] ( ./docs/api-reference.md )
35
35
- [ Integration] ( ./docs/integration.md )
36
36
- [ Theming] ( ./docs/theming.md )
37
+ - [ Troubleshooting] ( ./docs/troubleshooting.md )
Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments