File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
- ### Fixes
8
+
9
+ ## [ 2.1.3] - 2022-12-19
9
10
- Fix: [ Android] Udpate secure-storage version to 2.6.8-OS16 to remove jcenter from gradle (https://outsystemsrd.atlassian.net/browse/RMET-2036 ).
10
11
11
12
## [ 2.1.2] - 2022-11-23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.outsystems.plugins.SecureSQLiteBundle" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.1.3 " ,
4
4
"description" : " Bundle of SQLite related storage plugins and initialization code for easy use with the OutSystems Platform" ,
5
5
"cordova" : {
6
6
"id" : " com.outsystems.plugins.SecureSQLiteBundle" ,
Original file line number Diff line number Diff line change 2
2
<plugin xmlns =" http://www.phonegap.com/ns/plugins/1.0"
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
id =" com.outsystems.plugins.SecureSQLiteBundle"
5
- version =" 2.1.2 " >
5
+ version =" 2.1.3 " >
6
6
7
7
<name >Cordova OutSystems secure SQLite bundle</name >
8
8
<license >MIT</license >
You can’t perform that action at this time.
0 commit comments