Skip to content

Commit

Permalink
Merge branch 'release_4.3.0' into 'main'
Browse files Browse the repository at this point in the history
DIGI-1105 - Release 4.3.0

See merge request product/dvc/sdk/public/socure-sigmadevice-sdk-android!13
  • Loading branch information
rajkumar-socure committed Aug 8, 2024
2 parents 0540995 + 914566e commit 285bea2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

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.2
## What's new in version 4.3.0

- Bug Fixes and Improvements.
- Improved the stability and reliability of the SDK.
- Added support for capturing Additional network data.
- Fixed `InitializeSDK()` callbacks when called multiple times.

## Minimum requirements

Expand Down Expand Up @@ -35,7 +37,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.2'
implementation 'com.socure.devicerisk.sdk:socure-devicerisk:4.3.0'
```

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
2 changes: 1 addition & 1 deletion sample-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
}

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

implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation 'com.karumi:dexter:6.2.1'
Expand Down
2 changes: 1 addition & 1 deletion sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
4 changes: 2 additions & 2 deletions sample-app/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Mar 01 13:33:44 EST 2024
#Thu Aug 08 12:55:38 EDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 285bea2

Please sign in to comment.