@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ 4.3.0] - 2025-10-31
99
10- - Android SDK version: 17.0.0
10+ - Android SDK version: 17.0.1
1111- iOS SDK version: 6.13.0
1212
1313### React Native
@@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545- ` JaCoCo ` issue causing ` MethodTooLargeException ` during instrumentation
4646- ` DeadApplicationException ` when calling ` Settings.Global.getInt ` or ` Settings.Secure.getInt ` on invalid context
4747- ` AndroidKeyStore ` crashes causing ` java.util.concurrent.TimeoutException ` when calling ` finalize() ` method on ` Cipher ` (GC issues)
48+ - Fixed issue with late initializers and ` TalsecMode ` coroutines scopes
4849
4950#### Changed
5051
@@ -165,7 +166,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
165166- Added interface for screenshot / screen recording blocking on iOS
166167- Added interface for external ID storage
167168
168- ### Android
169+ ### Android
169170
170171#### Added
171172
@@ -201,7 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
201202- Android SDK requires ` kotlinVersion ` >= ` 2.0.0 `
202203- Set Java verison to 17
203204
204- ### Android
205+ ### Android
205206
206207#### Changed
207208
@@ -253,7 +254,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253254
254255- Raised Android compileSDK level to 35
255256
256- #### Fixed
257+ #### Fixed
257258
258259- Compatibility issues with RN New Architecture
259260- Added proguard rules for malware data serialization in release mode on Android
@@ -331,7 +332,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
331332
332333#### Added
333334
334- - Added configuration fields for malware detection
335+ - Added configuration fields for malware detection
335336
336337### Android
337338
0 commit comments