File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
26
## [ 4.2.0] - 2025-07-16
9
27
10
28
- iOS SDK version: 6.12.1
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
99
99
implementation " com.facebook.react:react-native:$react_native_version "
100
100
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
101
101
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 "
103
103
}
104
104
105
105
if (isNewArchitectureEnabled()) {
Original file line number Diff line number Diff line change 8
8
9
9
-keep class com.freeraspreactnative.models.RNSuspiciousAppInfo$Companion
10
10
-keep class com.freeraspreactnative.models.RNPackageInfo$Companion
11
+
12
+ -repackageclasses 'ts'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " freerasp-react-native" ,
3
- "version" : " 4.2.0 " ,
3
+ "version" : " 4.2.1 " ,
4
4
"description" : " React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices." ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments