Skip to content

Commit 3f39f24

Browse files
authored
Merge pull request #83 from talsec/fix-proguard-rules
Fix proguard rules
2 parents e3b78c7 + 00833b9 commit 3f39f24

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ project.xcworkspace
4040
local.properties
4141
android.iml
4242
**/android/**/build
43+
**/android/**/release
44+
**/android/**/debug
4345

4446
# Cocoapods
4547
#

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.8.2] - 2024-09-02
9+
10+
### React Native
11+
12+
#### Fixed
13+
- Updated proguard rules to resolve build issues in RN 0.75.x
14+
815
## [3.8.1] - 2024-06-19
916

1017
### React Native

android/proguard-rules.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
-dontwarn java.lang.invoke.StringConcatFactory
1+
-dontwarn java.lang.invoke.StringConcatFactory
2+
-keep class com.freeraspreactnative.FreeraspReactNativePackage { public *; }

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.8.1",
3+
"version": "3.8.2",
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)