Skip to content

Commit

Permalink
chore: bumped versions to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-hector authored and github-actions[bot] committed Jul 26, 2024
1 parent 48ad75b commit adc2df5
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.7"
implementation "io.github.airwallex:RiskSdk:1.0.8"
```

## 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.7'
airwallexSdkVersion = '1.0.8'
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.7"
airwallexSdkVersion="1.0.8"

0 comments on commit adc2df5

Please sign in to comment.