Skip to content

Commit 77bd421

Browse files
aw-hectorgithub-actions[bot]
authored andcommitted
chore: bumped versions to 1.0.7
1 parent 25f6343 commit 77bd421

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Airwallex Risk Android SDK requires Android Studio Flamingo or later with Ja
2929
In your app's `build.gradle`, add:
3030

3131
```
32-
implementation "io.github.airwallex:RiskSdk:1.0.6"
32+
implementation "io.github.airwallex:RiskSdk:1.0.7"
3333
```
3434

3535
## Usage

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
airwallexSdkVersion = '1.0.6'
4+
airwallexSdkVersion = '1.0.7'
55
detektVersion = '1.17.1'
66
jacocoVersion = '0.8.8'
77

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ airwallexOrganizationName="Airwallex"
3232
airwallexOrganizationUrl="https://www.airwallex.com/"
3333
airwallexScmConnection="https://github.com/airwallex/airwallex-risk-android.git"
3434
airwallexScmUrl="https://github.com/airwallex/airwallex-risk-android"
35-
airwallexSdkVersion="1.0.6"
35+
airwallexSdkVersion="1.0.7"

0 commit comments

Comments
 (0)