Skip to content

Commit

Permalink
Merge branch 'release_4.2.1' into 'main'
Browse files Browse the repository at this point in the history
Update the android SDK to 4.2.1

See merge request product/dvc/sdk/public/socure-sigmadevice-wrapper-react-native!18
  • Loading branch information
rajkumar-socure committed Jun 5, 2024
2 parents 4b742ef + b562f70 commit ffc744c
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 @@ -71,7 +71,7 @@ repositories {
dependencies {
// noinspection GradleDynamicVersion
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'com.socure.devicerisk.sdk:socure-devicerisk:4.2.0'
implementation 'com.socure.devicerisk.sdk:socure-devicerisk:4.2.1'

api 'com.google.android.gms:play-services-location:17.1.0'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socure-inc/react-native-device-risk",
"version": "4.2.0",
"version": "4.2.1",
"description": "React bridge to enable iOS and Android Device Risk SDKs to be used by React Native apps",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit ffc744c

Please sign in to comment.