Skip to content

Commit ead2fd5

Browse files
committed
chore: bump android to 17.0.1
1 parent 3a4dc1f commit ead2fd5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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:17.0.0"
102+
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:17.0.1"
103103
}
104104

105105
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)