Skip to content

Commit 369516a

Browse files
authored
Merge pull request #27 from talsec/support_agp8
Support agp8
2 parents 804d3e1 + db074b3 commit 369516a

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
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

android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

6568
repositories {

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FreeraspReactNative_kotlinVersion=1.7.0
22
FreeraspReactNative_minSdkVersion=23
33
FreeraspReactNative_targetSdkVersion=31
4-
FreeraspReactNative_compileSdkVersion=31
4+
FreeraspReactNative_compileSdkVersion=33
55
FreeraspReactNative_ndkversion=21.4.7075529

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.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",

0 commit comments

Comments
 (0)