[fix] Update barcode scanner plugin to v8.1.0 - fix #856
... | @@ -53,8 +53,8 @@ | ... | @@ -53,8 +53,8 @@ |
"cordova-plugin-x-toast": "^2.7.2", | "cordova-plugin-x-toast": "^2.7.2", | ||
"ionic-plugin-keyboard": "^2.2.1", | "ionic-plugin-keyboard": "^2.2.1", | ||
"moment": "~2.24.0", | "moment": "~2.24.0", | ||
"numeral": "1.5.3", | "numeral": "1.5.6", | ||
"phonegap-plugin-barcodescanner": "phonegap-plugin-barcodescanner" | "phonegap-plugin-barcodescanner": "8.1.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"bower": "^1.8.8", | "bower": "^1.8.8", | ||
... | @@ -140,10 +140,7 @@ | ... | @@ -140,10 +140,7 @@ |
], | ], | ||
"cordova": { | "cordova": { | ||
"plugins": { | "plugins": { | ||
"cordova-plugin-camera": { | "cordova-plugin-camera": {}, | ||
"CAMERA_USAGE_DESCRIPTION": " ", | |||
"PHOTOLIBRARY_USAGE_DESCRIPTION": " " | |||
}, | |||
"cordova-plugin-console": {}, | "cordova-plugin-console": {}, | ||
"cordova-plugin-device": {}, | "cordova-plugin-device": {}, | ||
"cordova-plugin-dialogs": {}, | "cordova-plugin-dialogs": {}, | ||
... | @@ -157,13 +154,11 @@ | ... | @@ -157,13 +154,11 @@ |
"cordova-plugin-x-toast": {}, | "cordova-plugin-x-toast": {}, | ||
"cordova-plugin-ionic-keyboard": {}, | "cordova-plugin-ionic-keyboard": {}, | ||
"phonegap-plugin-barcodescanner": { | "phonegap-plugin-barcodescanner": { | ||
"CAMERA_USAGE_DESCRIPTION": "Scan QRCode" | "CAMERA_USAGE_DESCRIPTION": "To scan QRCode" | ||
}, | }, | ||
"ionic-plugin-keyboard": {}, | "ionic-plugin-keyboard": {}, | ||
"cordova-clipboard": {}, | "cordova-clipboard": {}, | ||
"cordova-plugin-ionic-webview": { | "cordova-plugin-ionic-webview": {} | ||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | |||
} | |||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"ios", | "ios", | ||
... | ... |
Please register or sign in to comment