Skip to content

Commit

Permalink
chore: bumped versions to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-hector authored and github-actions[bot] committed Jul 25, 2024
1 parent 25f6343 commit 77bd421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The Airwallex Risk Android SDK requires Android Studio Flamingo or later with Ja
In your app's `build.gradle`, add:

```
implementation "io.github.airwallex:RiskSdk:1.0.6"
implementation "io.github.airwallex:RiskSdk:1.0.7"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
airwallexSdkVersion = '1.0.6'
airwallexSdkVersion = '1.0.7'
detektVersion = '1.17.1'
jacocoVersion = '0.8.8'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ airwallexOrganizationName="Airwallex"
airwallexOrganizationUrl="https://www.airwallex.com/"
airwallexScmConnection="https://github.com/airwallex/airwallex-risk-android.git"
airwallexScmUrl="https://github.com/airwallex/airwallex-risk-android"
airwallexSdkVersion="1.0.6"
airwallexSdkVersion="1.0.7"

0 comments on commit 77bd421

Please sign in to comment.