Skip to content

Commit 896c236

Browse files
authored
release: freeRASP 4.2.1 (#116)
* chore: update proguard rules to avoid renaming conflicts * feat: update Android SDK to 16.0.2
1 parent 5d77c47 commit 896c236

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.2.1] - 2025-08-05
9+
10+
### React Native
11+
12+
#### Fixed
13+
14+
- Possible conflict with other packages during proguard code minification
15+
16+
### Android
17+
18+
#### Fixed
19+
20+
- Issue with empty `SharedPreferences` files
21+
22+
#### Changed
23+
24+
- Decreased version of `Kotlin` to `2.0.0`
25+
826
## [4.2.0] - 2025-07-16
927

1028
- iOS SDK version: 6.12.1

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
implementation "com.facebook.react:react-native:$react_native_version"
100100
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
101101
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
102-
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:16.0.1"
102+
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:16.0.2"
103103
}
104104

105105
if (isNewArchitectureEnabled()) {

android/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88

99
-keep class com.freeraspreactnative.models.RNSuspiciousAppInfo$Companion
1010
-keep class com.freeraspreactnative.models.RNPackageInfo$Companion
11+
12+
-repackageclasses 'ts'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freerasp-react-native",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)