Skip to content

Commit

Permalink
Merge branch 'release_4.2.2' into 'main'
Browse files Browse the repository at this point in the history
Update 4.2.2 latest SDK

See merge request product/dvc/sdk/public/socure-sigmadevice-sdk-android!12
  • Loading branch information
rajkumar-socure committed Jun 20, 2024
2 parents ddfc5a5 + 7c9eeb3 commit 0540995
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This document details the integration steps required to integrate the Device Risk Android SDK into your application or library.

## What's new in version 4.2.0
## What's new in version 4.2.2

- Added the `SigmaDeviceOptions.configBaseUrl` configuration option to allow proxying of the Socure endpoints.
- Bug Fixes and Improvements.

## Minimum requirements

Expand Down Expand Up @@ -35,7 +35,7 @@ allprojects {
2. Add the SDK dependency to the app's gradle file, make sure to set the version number to the latest one:

```
implementation 'com.socure.devicerisk.sdk:socure-devicerisk:4.2.0'
implementation 'com.socure.devicerisk.sdk:socure-devicerisk:4.2.2'
```

4. Specify `android:allowBackup="true"` in your app's `AndroidManifest.xml` application attributes. This will improve persistence of your `sessionToken` when your app gets reinstalled for clients who have enabled backup in their device settings.
Expand Down
4 changes: 2 additions & 2 deletions sample-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 21
targetSdkVersion 34
versionCode 40
versionName "4.2.0"
versionName "4.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -40,7 +40,7 @@ android {
}

dependencies {
implementation 'com.socure.devicerisk.sdk:socure-devicerisk:4.2.1'
implementation 'com.socure.devicerisk.sdk:socure-devicerisk:4.2.2'

implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation 'com.karumi:dexter:6.2.1'
Expand Down

0 comments on commit 0540995

Please sign in to comment.