From aee4005b962242164018cb12e71bb5fbea2ea014 Mon Sep 17 00:00:00 2001 From: rajkumar Date: Thu, 8 Aug 2024 13:19:51 -0400 Subject: [PATCH 1/5] DIGI-1105 - Release 4.3.0 --- sample-app/app/build.gradle | 2 +- sample-app/build.gradle | 2 +- sample-app/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sample-app/app/build.gradle b/sample-app/app/build.gradle index 24a0831..9b733fc 100644 --- a/sample-app/app/build.gradle +++ b/sample-app/app/build.gradle @@ -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' diff --git a/sample-app/build.gradle b/sample-app/build.gradle index f10b8cb..a2ab894 100644 --- a/sample-app/build.gradle +++ b/sample-app/build.gradle @@ -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 diff --git a/sample-app/gradle/wrapper/gradle-wrapper.properties b/sample-app/gradle/wrapper/gradle-wrapper.properties index 633c206..ee91a49 100644 --- a/sample-app/gradle/wrapper/gradle-wrapper.properties +++ b/sample-app/gradle/wrapper/gradle-wrapper.properties @@ -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 From c2883643b1b503b32980f6cb627ca38fbbbe3919 Mon Sep 17 00:00:00 2001 From: rajkumar Date: Thu, 8 Aug 2024 13:44:11 -0400 Subject: [PATCH 2/5] DIGI-1105 - Release 4.3.0 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98b335a..11c6ae7 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ 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. +- Added support for the TCP Analyzer. +- Fixed `InitializeSDK()` callbacks when called multiple times. ## Minimum requirements @@ -35,7 +36,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. From d27d67d9d811d1de7d0516aa9417ad8d72c3a411 Mon Sep 17 00:00:00 2001 From: rajkumar Date: Thu, 8 Aug 2024 13:45:12 -0400 Subject: [PATCH 3/5] DIGI-1105 - Release 4.3.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11c6ae7..416994a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This document details the integration steps required to integrate the Device Ris ## What's new in version 4.3.0 +- Improved the stability and reliability of the SDK. - Added support for the TCP Analyzer. - Fixed `InitializeSDK()` callbacks when called multiple times. From cfb9c7d73a9ac43f6ce4650d7221dd980e258594 Mon Sep 17 00:00:00 2001 From: rajkumar Date: Thu, 8 Aug 2024 15:07:36 -0400 Subject: [PATCH 4/5] DIGI-1105 - Release 4.3.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 416994a..d84a758 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This document details the integration steps required to integrate the Device Ris ## What's new in version 4.3.0 - Improved the stability and reliability of the SDK. -- Added support for the TCP Analyzer. +- Added support for capturing Additional network features. - Fixed `InitializeSDK()` callbacks when called multiple times. ## Minimum requirements From 914566e2cfc9baed8901e1a21833a53bc60419a9 Mon Sep 17 00:00:00 2001 From: rajkumar Date: Thu, 8 Aug 2024 15:07:47 -0400 Subject: [PATCH 5/5] DIGI-1105 - Release 4.3.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d84a758..f13a69c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This document details the integration steps required to integrate the Device Ris ## What's new in version 4.3.0 - Improved the stability and reliability of the SDK. -- Added support for capturing Additional network features. +- Added support for capturing Additional network data. - Fixed `InitializeSDK()` callbacks when called multiple times. ## Minimum requirements