File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/android/com/outsystems/plugins/barcode Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ 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- ## [ Unreleased ]
9+ ## [ 1.2.0 ]
1010
1111### 03-12-2024
1212- Chore: Android - Bump Kotlin and Gradle versions (https://outsystemsrd.atlassian.net/browse/RMET-3887 )
Original file line number Diff line number Diff line change 11{
22 "name" : " com.outsystems.plugins.barcode" ,
3- "version" : " 1.1.7 " ,
3+ "version" : " 1.2.0 " ,
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.7 " 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.2.0 " 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 @@ -26,7 +26,7 @@ repositories{
2626dependencies {
2727 implementation(" com.github.outsystems:oscore-android:1.2.0@aar" )
2828 implementation(" com.github.outsystems:oscordova-android:2.0.1@aar" )
29- implementation(" com.github.outsystems:osbarcode-android:1.2.0-dev4 @aar" )
29+ implementation(" com.github.outsystems:osbarcode-android:1.2.0@aar" )
3030
3131 implementation ' androidx.appcompat:appcompat:1.7.0'
3232 implementation " androidx.activity:activity-ktx:1.9.3"
You can’t perform that action at this time.
0 commit comments