From 090ebe993a49e894994642c8841c6f336ace3cd3 Mon Sep 17 00:00:00 2001 From: passyruan Date: Mon, 21 Oct 2024 06:46:13 +0000 Subject: [PATCH] chore: bumped versions to 1.0.9 --- README.md | 2 +- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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