File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 4.2.3] - 2025-09-03
9+
10+ - iOS SDK version: 6.12.1
11+ - Android SDK version: 16.0.4
12+
13+ ### Android
14+
15+ #### Fixed
16+
17+ - Root detection related bugs causing false positives
18+
19+ #### Changed
20+
21+ - Deprecated Nexus repository removed (GCP artifact registry is the main supported distribution repository)
22+
823## [ 4.2.2] - 2025-08-21
924
1025- iOS SDK version: 6.12.1
Original file line number Diff line number Diff 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.2 "
102+ implementation " com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:16.0.4 "
103103}
104104
105105if (isNewArchitectureEnabled()) {
Original file line number Diff line number Diff line change 11{
22 "name" : " freerasp-react-native" ,
3- "version" : " 4.2.2 " ,
3+ "version" : " 4.2.3 " ,
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" ,
You can’t perform that action at this time.
0 commit comments