@@ -108,13 +108,13 @@ Add the following dependencies to your app-level `build.gradle`:
108108``` groovy
109109dependencies {
110110 // Core module (required)
111- implementation 'io.github.airwallex:payment:6.6.0 '
111+ implementation 'io.github.airwallex:payment:6.6.1 '
112112
113113 // Add payment methods you want to support
114- implementation 'io.github.airwallex:payment-card:6.6.0 ' // Card payments
115- implementation 'io.github.airwallex:payment-redirect:6.6.0 ' // Redirect-based payments
116- implementation 'io.github.airwallex:payment-wechat:6.6.0 ' // WeChat Pay
117- implementation 'io.github.airwallex:payment-googlepay:6.6.0 ' // Google Pay
114+ implementation 'io.github.airwallex:payment-card:6.6.1 ' // Card payments
115+ implementation 'io.github.airwallex:payment-redirect:6.6.1 ' // Redirect-based payments
116+ implementation 'io.github.airwallex:payment-wechat:6.6.1 ' // WeChat Pay
117+ implementation 'io.github.airwallex:payment-googlepay:6.6.1 ' // Google Pay
118118}
119119```
120120
@@ -537,13 +537,13 @@ Add the same dependencies as Hosted Payment Page Integration:
537537``` groovy
538538dependencies {
539539 // Core module (required)
540- implementation 'io.github.airwallex:payment:6.6.0 '
540+ implementation 'io.github.airwallex:payment:6.6.1 '
541541
542542 // Add payment methods you want to support
543- implementation 'io.github.airwallex:payment-card:6.6.0 '
544- implementation 'io.github.airwallex:payment-redirect:6.6.0 '
545- implementation 'io.github.airwallex:payment-wechat:6.6.0 '
546- implementation 'io.github.airwallex:payment-googlepay:6.6.0 '
543+ implementation 'io.github.airwallex:payment-card:6.6.1 '
544+ implementation 'io.github.airwallex:payment-redirect:6.6.1 '
545+ implementation 'io.github.airwallex:payment-wechat:6.6.1 '
546+ implementation 'io.github.airwallex:payment-googlepay:6.6.1 '
547547}
548548```
549549
@@ -899,12 +899,12 @@ To install the SDK, in your app-level `build.gradle`, add the following:
899899``` groovy
900900 dependencies {
901901 // It's required
902- implementation 'io.github.airwallex:payment-components-core:6.6.0 '
902+ implementation 'io.github.airwallex:payment-components-core:6.6.1 '
903903
904904 // Select the payment method you want to support, ignore the components you don't need.
905- implementation 'io.github.airwallex:payment-card:6.6.0 '//only support card
906- implementation 'io.github.airwallex:payment-googlepay:6.6.0 '//only support google pay
907- implementation 'io.github.airwallex:payment-redirect:6.6.0 '//only support redirect
905+ implementation 'io.github.airwallex:payment-card:6.6.1 '//only support card
906+ implementation 'io.github.airwallex:payment-googlepay:6.6.1 '//only support google pay
907+ implementation 'io.github.airwallex:payment-redirect:6.6.1 '//only support redirect
908908 }
909909```
910910
0 commit comments