Skip to content

Commit 087a787

Browse files
aw-hectorgithub-actions[bot]
authored andcommitted
chore: bumped versions to 6.4.1
1 parent 88acac4 commit 087a787

5 files changed

Lines changed: 21 additions & 21 deletions

File tree

GUIDE-zh.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ SDK 已发布至 [Maven Central](https://repo1.maven.org/maven2/io/github/airwal
8484
```groovy
8585
dependencies {
8686
// 必须
87-
implementation 'io.github.airwallex:payment:6.4.0'
87+
implementation 'io.github.airwallex:payment:6.4.1'
8888
// 按需添加支付方式
89-
implementation 'io.github.airwallex:payment-card:6.4.0'
90-
implementation 'io.github.airwallex:payment-redirect:6.4.0'
91-
implementation 'io.github.airwallex:payment-wechat:6.4.0'
92-
implementation 'io.github.airwallex:payment-googlepay:6.4.0'
89+
implementation 'io.github.airwallex:payment-card:6.4.1'
90+
implementation 'io.github.airwallex:payment-redirect:6.4.1'
91+
implementation 'io.github.airwallex:payment-wechat:6.4.1'
92+
implementation 'io.github.airwallex:payment-googlepay:6.4.1'
9393
}
9494
```
9595

@@ -444,11 +444,11 @@ SDK 支持 Android API 21 及以上。
444444
```groovy
445445
dependencies {
446446
// 必须
447-
implementation 'io.github.airwallex:payment-components-core:6.4.0'
447+
implementation 'io.github.airwallex:payment-components-core:6.4.1'
448448
// 按需添加支付方式
449-
implementation 'io.github.airwallex:payment-card:6.4.0'
450-
implementation 'io.github.airwallex:payment-googlepay:6.4.0'
451-
implementation 'io.github.airwallex:payment-redirect:6.4.0'
449+
implementation 'io.github.airwallex:payment-card:6.4.1'
450+
implementation 'io.github.airwallex:payment-googlepay:6.4.1'
451+
implementation 'io.github.airwallex:payment-redirect:6.4.1'
452452
}
453453
```
454454

GUIDE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ Add the following dependencies to your app-level `build.gradle`:
8080
```groovy
8181
dependencies {
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

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Airwallx Android SDK 可以很方便得在你的Android用用中添加支付功
1616
`build.gradle`中添加以下依赖
1717
```groovy
1818
dependencies {
19-
implementation 'io.github.airwallex:payment:6.4.0'
19+
implementation 'io.github.airwallex:payment:6.4.1'
2020
}
2121
```
2222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Components are available through [Maven Central](https://repo1.maven.org/mav
1818
Add the dependency in your `build.gradle`.
1919
```groovy
2020
dependencies {
21-
implementation 'io.github.airwallex:payment:6.4.0'
21+
implementation 'io.github.airwallex:payment:6.4.1'
2222
}
2323
```
2424

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ allprojects {
4747

4848

4949
// Update the version field when a new version is released
50-
version = '6.4.0'
50+
version = '6.4.1'
5151

5252
ext {
5353
compileSdkVersion = 36

0 commit comments

Comments
 (0)