Skip to content

Commit

Permalink
Merge pull request #67 from Anyline/release/41.0.0
Browse files Browse the repository at this point in the history
Release/41.0.0
  • Loading branch information
renatoAnyline authored Aug 3, 2022
2 parents 95becd0 + adcbf2b commit c63f651
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 26 deletions.
2 changes: 1 addition & 1 deletion example/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.anyline.examples.cordova" version="40.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.anyline.examples.cordova" version="41.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Anyline Cordova Example</name>
<preference name="deployment-target" value="12.0" />
<preference name="SwiftVersion" value="4.2" />
Expand Down
22 changes: 2 additions & 20 deletions example/www/js/anyline.energy.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ anyline.energy = {
"plugin": {
"id": "Meter_ID",
"meterPlugin": {
"scanMode": "ANALOG_METER"
"scanMode": "AUTO_ANALOG_DIGITAL_METER"
}
},
"cutoutConfig": {
Expand All @@ -144,15 +144,6 @@ anyline.energy = {
"cancelOnResult": true
},
"nativeBarcodeEnabled": true,
"segment": {
"titles": ["Analog", "Digital"],
"modes": ["ANALOG_METER", "DIGITAL_METER"],
"tintColor": "CCCCCC",
"offset": {
"x": 0,
"y": 400
}
}
},

energyDigitalConfigWithSegment:
Expand All @@ -168,7 +159,7 @@ anyline.energy = {
"plugin": {
"id": "Meter_ID",
"meterPlugin": {
"scanMode": "DIGITAL_METER"
"scanMode": "AUTO_ANALOG_DIGITAL_METER"
}
},
"cutoutConfig": {
Expand All @@ -192,15 +183,6 @@ anyline.energy = {
"cancelOnResult": true,
},
"nativeBarcodeEnabled": true,
"segment": {
"titles": ["Analog", "Digital"],
"modes": ["ANALOG_METER", "DIGITAL_METER"],
"tintColor": "CCCCCC",
"offset": {
"x": 0,
"y": 400
}
}
},

dialConfig:
Expand Down
2 changes: 1 addition & 1 deletion example/www/js/anyline.tire.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ anyline.tire = {
"scanFeedback" : {
"animation": "traverse_multi",
"animationDuration" : 250,
"style": "contour_rect",
"style": "rect",
"strokeWidth": 2,
"strokeColor": "0099FF",
"beepOnResult": true,
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-anyline-cordova",
"version": "40.0.0",
"version": "41.0.0",
"description": "The cordova plugin for the Anyline SDK",
"cordova": {
"id": "io-anyline-cordova",
Expand Down
4 changes: 2 additions & 2 deletions plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="io-anyline-cordova"
version="40.0.0">
version="41.0.0">

<name>AnylineSDK</name>

Expand Down Expand Up @@ -44,7 +44,7 @@
<!-- <resource-file src="src/ios/anyline_sdk/AnylineResources.bundle"/>-->

<!-- Anyline Framework & Resource Bundle CocoaPods -->
<framework src="Anyline" type="podspec" swift-version="4.2" spec="~> 40.0.0"/>
<framework src="Anyline" type="podspec" swift-version="4.2" spec="~> 41.0.0"/>

<!-- <podspec>
<config>
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/android/anyline.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories{
}

dependencies {
implementation 'io.anyline:anylinesdk:40.0.0'
implementation 'io.anyline:anylinesdk:41.0.0'
}

android {
Expand Down

0 comments on commit c63f651

Please sign in to comment.