Skip to content

Commit

Permalink
Bump sdk (#16)
Browse files Browse the repository at this point in the history
* feat(Android): bump freeRASP SDK

(cherry picked from commit a5d46fd)

* chore(release): freeRASP 5.3.0

(cherry picked from commit 9c35585)
  • Loading branch information
tompsota committed Aug 4, 2023
1 parent 5d8e04f commit 5190129
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# freeRASP 5.3.0

### Android

- ✔️ Removed PolarSSL native library from main flow of the application
- ✔️ Fixed issue with denied USE_BIOMETRICS permission

# freeRASP 5.2.0

### Android
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-talsec-plugin-freerasp",
"version": "5.2.0",
"version": "5.3.0",
"description": "Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
"cordova": {
"id": "cordova-talsec-plugin-freerasp",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-talsec-plugin-freerasp"
version="5.2.0">
version="5.3.0">

<name>freerasp</name>
<author>Talsec (info@talsec.app)</author>
Expand Down
2 changes: 1 addition & 1 deletion src/android/talsec.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories {
}

dependencies {
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:8.0.2"
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:8.0.4"
}

android {
Expand Down

0 comments on commit 5190129

Please sign in to comment.