We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54d5da commit db074b3Copy full SHA for db074b3
CHANGELOG.md
@@ -1,8 +1,17 @@
1
+# freeRASP 3.2.0
2
+
3
+### Android
4
5
+- ✔️ Added support for AGP 8.0
6
7
# freeRASP 3.1.0
8
9
### Android
10
11
- ⚡ Fixed issue with incorrect Keystore type detection on Android 11 and above (https://github.com/talsec/Free-RASP-Flutter/issues/77)
12
13
### iOS
14
15
- ⚡ Reduced timeout period for logging from 20 sec to 5 sec
16
- ⚡ Logging is now async in all calls
17
package.json
@@ -1,6 +1,6 @@
{
"name": "freerasp-react-native",
- "version": "3.1.0",
+ "version": "3.2.0",
"description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments