@@ -80,13 +80,13 @@ Add the following dependencies to your app-level `build.gradle`:
8080``` groovy
8181dependencies {
8282 // Core module (required)
83- implementation 'io.github.airwallex:payment:6.4.0 '
83+ implementation 'io.github.airwallex:payment:6.4.1 '
8484
8585 // Add payment methods you want to support
86- implementation 'io.github.airwallex:payment-card:6.4.0 ' // Card payments
87- implementation 'io.github.airwallex:payment-redirect:6.4.0 ' // Redirect-based payments
88- implementation 'io.github.airwallex:payment-wechat:6.4.0 ' // WeChat Pay
89- implementation 'io.github.airwallex:payment-googlepay:6.4.0 ' // Google Pay
86+ implementation 'io.github.airwallex:payment-card:6.4.1 ' // Card payments
87+ implementation 'io.github.airwallex:payment-redirect:6.4.1 ' // Redirect-based payments
88+ implementation 'io.github.airwallex:payment-wechat:6.4.1 ' // WeChat Pay
89+ implementation 'io.github.airwallex:payment-googlepay:6.4.1 ' // Google Pay
9090}
9191```
9292
@@ -485,12 +485,12 @@ To install the SDK, in your app-level `build.gradle`, add the following:
485485``` groovy
486486 dependencies {
487487 // It's required
488- implementation 'io.github.airwallex:payment-components-core:6.4.0 '
488+ implementation 'io.github.airwallex:payment-components-core:6.4.1 '
489489
490490 // Select the payment method you want to support, ignore the components you don't need.
491- implementation 'io.github.airwallex:payment-card:6.4.0 '//only support card
492- implementation 'io.github.airwallex:payment-googlepay:6.4.0 '//only support google pay
493- implementation 'io.github.airwallex:payment-redirect:6.4.0 '//only support redirect
491+ implementation 'io.github.airwallex:payment-card:6.4.1 '//only support card
492+ implementation 'io.github.airwallex:payment-googlepay:6.4.1 '//only support google pay
493+ implementation 'io.github.airwallex:payment-redirect:6.4.1 '//only support redirect
494494 }
495495```
496496
0 commit comments