Skip to content

Commit 213ed30

Browse files
Merge pull request #13 from OutSystems/development
RMET-3853 ::: Prepare to release `1.1.3`
2 parents a354b57 + f015e00 commit 213ed30

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.3]
8+
### Fixes
9+
- Android - Support 16KB page size (https://outsystemsrd.atlassian.net/browse/RMET-3602)
10+
711
## [1.1.2]
812
### Fixes
913
- iOS - include `NSCameraUsageDescription` in Info.plist file

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.os.mobile.cardio",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Plugin Read Card ID and to Scan Documents",
55
"cordova": {
66
"id": "com.os.mobile.cardio",

plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
id="com.os.mobile.cardio"
5-
version="1.1.2">
5+
version="1.1.3">
66
<name>Card.io Cordova Plugin</name>
77
<description>Plugin Read Card ID and to Scan Documents</description>
88
<author>OutSystems</author>
@@ -29,6 +29,7 @@
2929
</config-file>
3030
<source-file src="src/android/CardIoPlugin.java" target-dir="src/com/os/mobile/cardioplugin" />
3131
<source-file src="src/android/CardIoActivityLifecycleCallbacks.java" target-dir="src/com/os/mobile/cardioplugin" />
32+
<lib-file src="src/android/libs/card.io-5.5.1-OS1.aar" />
3233
<framework src="src/android/cardio.gradle" custom="true" type="gradleReference" />
3334
</platform> <!-- /Android -->
3435

src/android/cardio.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ repositories {
44
}
55

66
dependencies {
7-
implementation 'io.card:android-sdk:5.1.2'
7+
implementation files("libs/card.io-5.5.1-OS1.aar")
88
implementation 'androidx.appcompat:appcompat:1.6.1'
99
}
34.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)