Skip to content

Commit

Permalink
chore: bumped versions to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-hector authored and github-actions[bot] committed Aug 6, 2024
1 parent 142f58f commit 322ecce
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 @@ -72,13 +72,13 @@ Airwallex Android SDK 支持Android API 21及以上版本。
```groovy
dependencies {
// It's required
implementation 'io.github.airwallex:payment:5.0.1'
implementation 'io.github.airwallex:payment:5.0.2'
// Select the payment method you want to support.
implementation 'io.github.airwallex:payment-card:5.0.1'
implementation 'io.github.airwallex:payment-redirect:5.0.1'
implementation 'io.github.airwallex:payment-wechat:5.0.1'
implementation 'io.github.airwallex:payment-googlepay:5.0.1'
implementation 'io.github.airwallex:payment-card:5.0.2'
implementation 'io.github.airwallex:payment-redirect:5.0.2'
implementation 'io.github.airwallex:payment-wechat:5.0.2'
implementation 'io.github.airwallex:payment-googlepay:5.0.2'
}
```

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

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

Expand Down Expand Up @@ -275,11 +275,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:5.0.1'
implementation 'io.github.airwallex:payment-components-core:5.0.2'
// Select the payment method you want to support.
implementation 'io.github.airwallex:payment-card:5.0.1'
implementation 'io.github.airwallex:payment-googlepay:5.0.1'
implementation 'io.github.airwallex:payment-card:5.0.2'
implementation 'io.github.airwallex:payment-googlepay:5.0.2'
}
```

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:5.0.1'
implementation 'io.github.airwallex:payment:5.0.2'
}
```

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:5.0.1'
implementation 'io.github.airwallex:payment:5.0.2'
}
```

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 = '5.0.1'
version = '5.0.2'

ext {
compileSdkVersion = 34
Expand Down

0 comments on commit 322ecce

Please sign in to comment.