File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed
Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ repositories {
44}
55
66dependencies {
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}
You can’t perform that action at this time.
0 commit comments