Skip to content

Commit

Permalink
chore: bumped versions to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passyruan authored and github-actions[bot] committed Sep 11, 2024
1 parent 9238ef6 commit 0ec6f68
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions GUIDE-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ Airwallex Android SDK 支持Android API 21及以上版本。
```groovy
dependencies {
// It's required
implementation 'io.github.airwallex:payment:6.0.0'
implementation 'io.github.airwallex:payment:6.0.1'
// Select the payment method you want to support.
implementation 'io.github.airwallex:payment-card:6.0.0'
implementation 'io.github.airwallex:payment-redirect:6.0.0'
implementation 'io.github.airwallex:payment-wechat:6.0.0'
implementation 'io.github.airwallex:payment-googlepay:6.0.0'
implementation 'io.github.airwallex:payment-card:6.0.1'
implementation 'io.github.airwallex:payment-redirect:6.0.1'
implementation 'io.github.airwallex:payment-wechat:6.0.1'
implementation 'io.github.airwallex:payment-googlepay:6.0.1'
}
```

Expand Down Expand Up @@ -298,11 +298,11 @@ Airwallex Android SDK 支持Android API 21及以上版本。
```groovy
dependencies {
// It's required
implementation 'io.github.airwallex:payment-components-core:6.0.0'
implementation 'io.github.airwallex:payment-components-core:6.0.1'
// Select the payment method you want to support.
implementation 'io.github.airwallex:payment-card:6.0.0'
implementation 'io.github.airwallex:payment-googlepay:6.0.0'
implementation 'io.github.airwallex:payment-card:6.0.1'
implementation 'io.github.airwallex:payment-googlepay:6.0.1'
}
```

Expand Down
16 changes: 8 additions & 8 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ To install the SDK, in your app-level `build.gradle`, add the following:
```groovy
dependencies {
// It's required
implementation 'io.github.airwallex:payment:6.0.0'
implementation 'io.github.airwallex:payment:6.0.1'
// Select the payment method you want to support.
implementation 'io.github.airwallex:payment-card:6.0.0'
implementation 'io.github.airwallex:payment-redirect:6.0.0'
implementation 'io.github.airwallex:payment-wechat:6.0.0'
implementation 'io.github.airwallex:payment-googlepay:6.0.0'
implementation 'io.github.airwallex:payment-card:6.0.1'
implementation 'io.github.airwallex:payment-redirect:6.0.1'
implementation 'io.github.airwallex:payment-wechat:6.0.1'
implementation 'io.github.airwallex:payment-googlepay:6.0.1'
}
```

Expand Down Expand Up @@ -302,11 +302,11 @@ To install the SDK, in your app-level `build.gradle`, add the following:
```groovy
dependencies {
// It's required
implementation 'io.github.airwallex:payment-components-core:6.0.0'
implementation 'io.github.airwallex:payment-components-core:6.0.1'
// Select the payment method you want to support.
implementation 'io.github.airwallex:payment-card:6.0.0'
implementation 'io.github.airwallex:payment-googlepay:6.0.0'
implementation 'io.github.airwallex:payment-card:6.0.1'
implementation 'io.github.airwallex:payment-googlepay:6.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Airwallx Android SDK 可以很方便得在你的Android用用中添加支付功
`build.gradle`中添加以下依赖
```groovy
dependencies {
implementation 'io.github.airwallex:payment:6.0.0'
implementation 'io.github.airwallex:payment:6.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Components are available through [Maven Central](https://repo1.maven.org/mav
Add the dependency in your `build.gradle`.
```groovy
dependencies {
implementation 'io.github.airwallex:payment:6.0.0'
implementation 'io.github.airwallex:payment:6.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tasks.register('clean', Delete) {
}

// Update the version field when a new version is released
version = '6.0.0'
version = '6.0.1'

ext {
compileSdkVersion = 34
Expand Down

0 comments on commit 0ec6f68

Please sign in to comment.