Skip to content

Commit

Permalink
Merge pull request #83 from talsec/fix-proguard-rules
Browse files Browse the repository at this point in the history
Fix proguard rules
  • Loading branch information
msikyna authored Sep 6, 2024
2 parents e3b78c7 + 00833b9 commit 3f39f24
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ project.xcworkspace
local.properties
android.iml
**/android/**/build
**/android/**/release
**/android/**/debug

# Cocoapods
#
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.8.2] - 2024-09-02

### React Native

#### Fixed
- Updated proguard rules to resolve build issues in RN 0.75.x

## [3.8.1] - 2024-06-19

### React Native
Expand Down
3 changes: 2 additions & 1 deletion android/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-dontwarn java.lang.invoke.StringConcatFactory
-dontwarn java.lang.invoke.StringConcatFactory
-keep class com.freeraspreactnative.FreeraspReactNativePackage { public *; }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freerasp-react-native",
"version": "3.8.1",
"version": "3.8.2",
"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",
Expand Down

0 comments on commit 3f39f24

Please sign in to comment.