Skip to content

Commit

Permalink
Merge pull request #30 from OutSystems/feat/RMET-3607/update-errors
Browse files Browse the repository at this point in the history
RMET-3607 :: Android :: Update Error Codes
  • Loading branch information
OS-martacarlos authored Sep 13, 2024
2 parents c084f1a + be11ec2 commit 730eb00
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Changelog
=========

Unreleased
2.6.8-OS20 - 2024-09-11
------------------
- Feat: [Android] Update Error Codes (https://outsystemsrd.atlassian.net/browse/RMET-3607).

2.6.8-OS19 - 2024-05-03
------------------
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-plugin-secure-storage",
"version": "2.6.8-OS19",
"version": "2.6.8-OS20",
"description": "Secure storage plugin for iOS & Android",
"author": "Yiorgis Gozadinos <[email protected]>",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-secure-storage"
version="2.6.8-OS19">

version="2.6.8-OS20">
<name>SecureStorage</name>
<author>Crypho AS</author>

Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {
implementation("com.github.outsystems:oscordova-android:1.1.0@aar")
implementation("androidx.security:security-crypto:1.1.0-alpha03")
implementation("androidx.biometric:biometric:1.1.0")
implementation("com.github.outsystems:oskeystore-android:1.1.0@aar")
implementation("com.github.outsystems:oskeystore-android:1.1.1@aar")
}

0 comments on commit 730eb00

Please sign in to comment.