File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
src/android/com/outsystems/plugins/barcode Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77The changes documented here do not include those from the original repository.
88
9+ ## [ 1.1.2]
10+
11+ ### 21-05-2024
12+ - Fix: Updates dependency to ` OSBarcodeLib-Android ` , adding serializable annotation to avoid problems with code obfuscation (https://outsystemsrd.atlassian.net/browse/RMET-3394 ).
13+
914## [ 1.1.1]
1015
1116### 30-04-2024
Original file line number Diff line number Diff line change 11{
22 "name" : " com.outsystems.plugins.barcode" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Cordova Bridge for the OutSystems Officially Supported Barcode Plugin." ,
55 "keywords" : [
66 " ecosystem:cordova" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <plugin id =" com.outsystems.plugins.barcode" version =" 1.1.0 " xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" >
2+ <plugin id =" com.outsystems.plugins.barcode" version =" 1.1.2 " xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" >
33 <name >OSBarcode</name >
44 <description >Cordova Bridge for the OutSystems Officially Supported Barcode Plugin.</description >
55 <author >OutSystems Inc</author >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ apply plugin: 'kotlin-kapt'
2929dependencies {
3030 implementation(" com.github.outsystems:oscore-android:1.2.0@aar" )
3131 implementation(" com.github.outsystems:oscordova-android:2.0.0@aar" )
32- implementation(" com.github.outsystems:osbarcode-android:1.1.1 @aar" )
32+ implementation(" com.github.outsystems:osbarcode-android:1.1.2 @aar" )
3333
3434 implementation ' androidx.appcompat:appcompat:1.4.1'
3535 implementation " androidx.activity:activity-ktx:1.4.0"
You can’t perform that action at this time.
0 commit comments