Skip to content

Commit 787551c

Browse files
Merge pull request #21 from OutSystems/development
RMET-3474 Barcode Plugin - Prepare to release version `1.1.2`
2 parents cfb044d + 1a42364 commit 787551c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
The 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

src/android/com/outsystems/plugins/barcode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply plugin: 'kotlin-kapt'
2929
dependencies {
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"

0 commit comments

Comments
 (0)