diff --git a/README.md b/README.md index 73c76f6..4099c09 100644 --- a/README.md +++ b/README.md @@ -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.8" +implementation "io.github.airwallex:RiskSdk:1.0.9" ``` ## Usage diff --git a/build.gradle b/build.gradle index 8bacc25..f70dd1c 100644 --- a/build.gradle +++ b/build.gradle @@ -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.8' + airwallexSdkVersion = '1.0.9' detektVersion = '1.17.1' jacocoVersion = '0.8.8' diff --git a/gradle.properties b/gradle.properties index 5988d68..b760103 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.8" \ No newline at end of file +airwallexSdkVersion="1.0.9" \ No newline at end of file