From b9eec49fd6129de10997d27d8080f8d4f7f40cd6 Mon Sep 17 00:00:00 2001 From: Tomas Psota Date: Wed, 26 Aug 2026 09:03:47 +0200 Subject: [PATCH] release: freeRASP 8.2.2 (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 +- pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a453eb0..625d486 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). +## [8.2.2] - 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 + ## [8.2.1] - 2026-08-10 - Android SDK version: 19.2.1 diff --git a/android/build.gradle b/android/build.gradle index 7e52bc2..00c4f15 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -3,7 +3,7 @@ version '1.0-SNAPSHOT' buildscript { ext.kotlin_version = '2.1.0' - ext.talsec_version = '19.2.1' + ext.talsec_version = '19.2.3' repositories { google() mavenCentral() diff --git a/pubspec.yaml b/pubspec.yaml index 1e8578e..46b4a36 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: freerasp description: Flutter library for improving app security and threat monitoring on Android and iOS mobile devices. Learn more about provided features on the freeRASP's homepage first. -version: 8.2.1 +version: 8.2.2 homepage: https://www.talsec.app/freerasp-in-app-protection-security-talsec repository: https://github.com/talsec/Free-RASP-Flutter