From 05c15bfb4079935c2d0b0bca72a164ca2c135432 Mon Sep 17 00:00:00 2001 From: Tomas Psota Date: Wed, 26 Aug 2026 09:03:58 +0200 Subject: [PATCH] release: freeRASP 5.2.1 (Android SDK 19.2.3) Bump Android SDK to 19.2.3, fixing reporting issues in root and hook detection. Co-authored-by: Cursor --- CHANGELOG.md | 12 ++++++++++++ android/build.gradle | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf11ebe..6ee120e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [5.2.1] - 2026-08-25 + +- Android SDK version: 19.2.3 +- iOS SDK version: 7.1.2 + +### Android + +#### Fixed + +- Fixed the reporting issue in root detection +- Fixed the reporting issue in hook detection + ## [5.2.0] - 2026-08-05 - Android SDK version: 19.2.1 diff --git a/android/build.gradle b/android/build.gradle index dddc469..740a874 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -105,7 +105,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:19.2.1" + implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:19.2.3" } if (isNewArchitectureEnabled()) { diff --git a/package.json b/package.json index 6450038..0f4095a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freerasp-react-native", - "version": "5.2.0", + "version": "5.2.1", "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",