Skip to content

Commit

Permalink
Merge pull request #13 from OutSystems/development
Browse files Browse the repository at this point in the history
RMET-3853 ::: Prepare to release `1.1.3`
  • Loading branch information
OS-pedrogustavobilro authored Dec 11, 2024
2 parents a354b57 + f015e00 commit 213ed30
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.3]
### Fixes
- Android - Support 16KB page size (https://outsystemsrd.atlassian.net/browse/RMET-3602)

## [1.1.2]
### Fixes
- iOS - include `NSCameraUsageDescription` in Info.plist file
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": "com.os.mobile.cardio",
"version": "1.1.2",
"version": "1.1.3",
"description": "Plugin Read Card ID and to Scan Documents",
"cordova": {
"id": "com.os.mobile.cardio",
Expand Down
3 changes: 2 additions & 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="com.os.mobile.cardio"
version="1.1.2">
version="1.1.3">
<name>Card.io Cordova Plugin</name>
<description>Plugin Read Card ID and to Scan Documents</description>
<author>OutSystems</author>
Expand All @@ -29,6 +29,7 @@
</config-file>
<source-file src="src/android/CardIoPlugin.java" target-dir="src/com/os/mobile/cardioplugin" />
<source-file src="src/android/CardIoActivityLifecycleCallbacks.java" target-dir="src/com/os/mobile/cardioplugin" />
<lib-file src="src/android/libs/card.io-5.5.1-OS1.aar" />
<framework src="src/android/cardio.gradle" custom="true" type="gradleReference" />
</platform> <!-- /Android -->

Expand Down
2 changes: 1 addition & 1 deletion src/android/cardio.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ repositories {
}

dependencies {
implementation 'io.card:android-sdk:5.1.2'
implementation files("libs/card.io-5.5.1-OS1.aar")
implementation 'androidx.appcompat:appcompat:1.6.1'
}
Binary file added src/android/libs/card.io-5.5.1-OS1.aar
Binary file not shown.

0 comments on commit 213ed30

Please sign in to comment.