Skip to content

Commit 9965189

Browse files
authored
Merge pull request #28 from talsec/bump_sdk
Bump sdk
2 parents 369516a + bb83101 commit 9965189

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# freeRASP 3.3.0
2+
3+
### Android
4+
5+
- ✔️ Removed PolarSSL native library
6+
- ✔️ Fixed issue with denied USE_BIOMETRICS permission
7+
18
# freeRASP 3.2.0
29

310
### Android

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
//noinspection GradleDynamicVersion
8686
implementation "com.facebook.react:react-native"
8787
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
88-
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:8.0.2"
88+
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:8.0.4"
8989
}
9090

9191
if (isNewArchitectureEnabled()) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freerasp-react-native",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
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",

0 commit comments

Comments
 (0)