From 20398a758be47e37802aae6e6d64c541772ec681 Mon Sep 17 00:00:00 2001 From: Tomas Psota Date: Tue, 2 Sep 2025 19:09:00 +0200 Subject: [PATCH 1/2] feat: update android SDK to 16.0.3 --- CHANGELOG.md | 15 +++++++++++++++ android/build.gradle | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af81c3..7323b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.2.3] - 2025-09-03 + +- iOS SDK version: 6.12.1 +- Android SDK version: 16.0.3 + +### Android + +#### Fixed + +- Root detection related bugs causing false positives + +#### Changed + +- Deprecated Nexus repository removed (GCP artifact registry is the main supported distribution repository) + ## [4.2.2] - 2025-08-21 - iOS SDK version: 6.12.1 diff --git a/android/build.gradle b/android/build.gradle index 32701ec..9927ff7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -99,7 +99,7 @@ dependencies { implementation "com.facebook.react:react-native:$react_native_version" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" - implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:16.0.2" + implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:16.0.3" } if (isNewArchitectureEnabled()) { diff --git a/package.json b/package.json index ff91900..400f733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freerasp-react-native", - "version": "4.2.2", + "version": "4.2.3", "description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.", "main": "lib/commonjs/index", "module": "lib/module/index", From 3d9dc5112031ae08674fbd8355788fc43ce5ebba Mon Sep 17 00:00:00 2001 From: Tomas Psota Date: Thu, 4 Sep 2025 09:36:40 +0200 Subject: [PATCH 2/2] update SDK version --- CHANGELOG.md | 2 +- android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7323b7c..066ce2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.2.3] - 2025-09-03 - iOS SDK version: 6.12.1 -- Android SDK version: 16.0.3 +- Android SDK version: 16.0.4 ### Android diff --git a/android/build.gradle b/android/build.gradle index 9927ff7..9152571 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -99,7 +99,7 @@ dependencies { implementation "com.facebook.react:react-native:$react_native_version" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" - implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:16.0.3" + implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:16.0.4" } if (isNewArchitectureEnabled()) {