From e5c73f837f0aa7f949a6b831c8862e4d8b4f9e71 Mon Sep 17 00:00:00 2001 From: Tomas Psota Date: Wed, 26 Aug 2026 09:04:09 +0200 Subject: [PATCH] release: freeRASP 3.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 969ec48..74671e5 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). +## [3.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 + ## [3.2.0] - 2026-08-07 - Android SDK version: 19.2.1 diff --git a/android/build.gradle b/android/build.gradle index 5c73965..fe3e0f4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -76,5 +76,5 @@ dependencies { androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" - implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Capacitor:19.2.1' + implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Capacitor:19.2.3' } diff --git a/package.json b/package.json index 33747cb..bcc789f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-freerasp", - "version": "3.2.0", + "version": "3.2.1", "description": "Capacitor plugin for improving app security and threat monitoring on Android and iOS mobile devices", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",