File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ # freeRASP 3.2.0
2+
3+ ### Android
4+
5+ - ✔️ Added support for AGP 8.0
6+
17# freeRASP 3.1.0
8+
29### Android
10+
311- ⚡ Fixed issue with incorrect Keystore type detection on Android 11 and above (https://github.com/talsec/Free-RASP-Flutter/issues/77 )
412
513### iOS
14+
615- ⚡ Reduced timeout period for logging from 20 sec to 5 sec
716- ⚡ Logging is now async in all calls
817
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ android {
6060 targetCompatibility JavaVersion . VERSION_1_8
6161 }
6262
63+ if (project. android. hasProperty(" namespace" )) {
64+ namespace(" com.freeraspreactnative" )
65+ }
6366}
6467
6568repositories {
Original file line number Diff line number Diff line change 11FreeraspReactNative_kotlinVersion =1.7.0
22FreeraspReactNative_minSdkVersion =23
33FreeraspReactNative_targetSdkVersion =31
4- FreeraspReactNative_compileSdkVersion =31
4+ FreeraspReactNative_compileSdkVersion =33
55FreeraspReactNative_ndkversion =21.4.7075529
Original file line number Diff line number Diff line change 11{
22 "name" : " freerasp-react-native" ,
3- "version" : " 3.1 .0" ,
3+ "version" : " 3.2 .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" ,
You can’t perform that action at this time.
0 commit comments