Skip to content

Commit 22bbe69

Browse files
authored
release: freeRASP 2.2.1 (#35)
1 parent 3105080 commit 22bbe69

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [2.2.1] - 2025-08-05
9+
10+
### Android
11+
12+
#### Fixed
13+
14+
- Issue with empty `SharedPreferences` files
15+
16+
#### Changed
17+
18+
- Decreased version of `Kotlin` to `2.0.0`
19+
820
## [2.2.0] - 2025-07-16
921

1022
- iOS SDK version: 6.12.1

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ dependencies {
7676
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
7777
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
7878

79-
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Capacitor:16.0.1'
79+
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Capacitor:16.0.2'
8080
}

android/src/main/java/com/aheaditec/freerasp/FreeraspPlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ class FreeraspPlugin : Plugin() {
214214
call.reject(
215215
"External ID not provided", "MissingArgumentError"
216216
)
217+
return
217218
}
218219
try {
219220
Talsec.storeExternalId(context, externalId)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-freerasp",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Capacitor plugin for improving app security and threat monitoring on Android and iOS mobile devices",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)