From 6e5296da84057d7de2f7ecbd40a072f168944007 Mon Sep 17 00:00:00 2001 From: Xiaowei Zhu <33129495+zhu-xiaowei@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:45:32 +0800 Subject: [PATCH] fix: crash when converting invalid JSON object on Swift SDK (#12) Co-authored-by: zhu-xiaowei --- CHANGELOG.md | 8 ++++++++ android/build.gradle | 2 +- ios/Clickstream | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a187353..d9f5270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.4.2 + +* fix: crash when converting invalid JSON object on Swift SDK + +## 0.4.1 + +* fix: the issue when initialize SDK without global attribute + ## 0.4.0 * feat: add preset traffic source attributes diff --git a/android/build.gradle b/android/build.gradle index 37cb1ef..4b6e2d1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -52,7 +52,7 @@ android { dependencies { testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'org.mockito:mockito-core:5.0.0' - implementation 'software.aws.solution:clickstream:0.12.0' + implementation 'software.aws.solution:clickstream:0.13.0' implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.10")) } diff --git a/ios/Clickstream b/ios/Clickstream index 3fd0573..93f8624 160000 --- a/ios/Clickstream +++ b/ios/Clickstream @@ -1 +1 @@ -Subproject commit 3fd05730311702b82eaf5108b60f73a400667901 +Subproject commit 93f8624d46df117cccbfa5a2fa76c384c8da0f71