Skip to content

Commit

Permalink
fix: crash when converting invalid JSON object on Swift SDK (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaoweii <[email protected]>
  • Loading branch information
zhu-xiaowei and xiaoweii authored Jun 13, 2024
1 parent 502775b commit 0ac2f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "software.aws.solution:clickstream:0.12.0"
implementation "software.aws.solution:clickstream:0.13.0"
}

0 comments on commit 0ac2f2a

Please sign in to comment.