File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ 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+ ## [ 3.9.1] - 2024-09-30
9+ - Android SDK version: 11.1.1
10+ - iOS SDK version: 6.6.0
11+
12+ ### Android
13+
14+ #### Fixed
15+ - False positives for hook detection
16+
817## [ 3.9.0] - 2024-09-25
918
1019- Android SDK version: 11.1.0
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ dependencies {
8787 // noinspection GradleDynamicVersion
8888 implementation " com.facebook.react:react-native:$react_native_version "
8989 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
90- implementation " com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:11.1.0 "
90+ implementation " com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:11.1.1 "
9191}
9292
9393if (isNewArchitectureEnabled()) {
Original file line number Diff line number Diff line change 11{
22 "name" : " freerasp-react-native" ,
3- "version" : " 3.9.0 " ,
3+ "version" : " 3.9.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" ,
You can’t perform that action at this time.
0 commit comments