Fix barcodescanner plugin not compiling for Android 12
This commit is contained in:
parent
096ab5bebe
commit
c039920433
33
package-lock.json
generated
33
package-lock.json
generated
@ -21,7 +21,7 @@
|
||||
"cordova-plugin-inappbrowser": "^4.1.0",
|
||||
"cordova-plugin-nativestorage": "^2.3.2",
|
||||
"cordova-plugin-velda-devicefeedback": "0.0.2",
|
||||
"phonegap-plugin-barcodescanner": "^8.1.0"
|
||||
"phonegap-plugin-barcodescanner-android12": "^8.1.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@netflix/nerror": {
|
||||
@ -1729,11 +1729,10 @@
|
||||
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
|
||||
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
|
||||
},
|
||||
"node_modules/phonegap-plugin-barcodescanner": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/phonegap-plugin-barcodescanner/-/phonegap-plugin-barcodescanner-8.1.0.tgz",
|
||||
"integrity": "sha512-WQCDCoH9EQ9WEn2bce+B95jbNJduilAn2Vtske8KfcYAeGu7bdFqRD7zGCLCQao62VwoEwlX0cUvbQ/am12Jwg==",
|
||||
"deprecated": "This package is deprecated, see https://blog.phonegap.com/update-for-customers-using-phonegap-and-phonegap-build-cc701c77502c",
|
||||
"node_modules/phonegap-plugin-barcodescanner-android12": {
|
||||
"version": "8.1.2",
|
||||
"resolved": "https://registry.npmjs.org/phonegap-plugin-barcodescanner-android12/-/phonegap-plugin-barcodescanner-android12-8.1.2.tgz",
|
||||
"integrity": "sha512-yZFKr22+gwQfZa+HIxCTpPeIs7PbwXnjnCiJFgDFtJM0sesISIEgLIOpjXzkQ42aWqlvGLDgYLwWQ923xEEEBA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"nopt": "^4.0.1",
|
||||
@ -1758,10 +1757,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/phonegap-plugin-barcodescanner/node_modules/shelljs": {
|
||||
"version": "0.8.4",
|
||||
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz",
|
||||
"integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==",
|
||||
"node_modules/phonegap-plugin-barcodescanner-android12/node_modules/shelljs": {
|
||||
"version": "0.8.5",
|
||||
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
||||
"integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"glob": "^7.0.0",
|
||||
@ -3583,10 +3582,10 @@
|
||||
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
|
||||
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
|
||||
},
|
||||
"phonegap-plugin-barcodescanner": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/phonegap-plugin-barcodescanner/-/phonegap-plugin-barcodescanner-8.1.0.tgz",
|
||||
"integrity": "sha512-WQCDCoH9EQ9WEn2bce+B95jbNJduilAn2Vtske8KfcYAeGu7bdFqRD7zGCLCQao62VwoEwlX0cUvbQ/am12Jwg==",
|
||||
"phonegap-plugin-barcodescanner-android12": {
|
||||
"version": "8.1.2",
|
||||
"resolved": "https://registry.npmjs.org/phonegap-plugin-barcodescanner-android12/-/phonegap-plugin-barcodescanner-android12-8.1.2.tgz",
|
||||
"integrity": "sha512-yZFKr22+gwQfZa+HIxCTpPeIs7PbwXnjnCiJFgDFtJM0sesISIEgLIOpjXzkQ42aWqlvGLDgYLwWQ923xEEEBA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"nopt": "^4.0.1",
|
||||
@ -3594,9 +3593,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"shelljs": {
|
||||
"version": "0.8.4",
|
||||
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz",
|
||||
"integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==",
|
||||
"version": "0.8.5",
|
||||
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
||||
"integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"glob": "^7.0.0",
|
||||
|
10
package.json
10
package.json
@ -28,11 +28,11 @@
|
||||
"cordova-plugin-statusbar": {},
|
||||
"cordova-plugin-inappbrowser": {},
|
||||
"cordova-plugin-headercolor": {},
|
||||
"phonegap-plugin-barcodescanner": {
|
||||
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
||||
},
|
||||
"cordova-plugin-velda-devicefeedback": {},
|
||||
"cordova-plugin-nativestorage": {}
|
||||
"cordova-plugin-nativestorage": {},
|
||||
"phonegap-plugin-barcodescanner-android12": {
|
||||
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
||||
}
|
||||
},
|
||||
"platforms": [
|
||||
"browser",
|
||||
@ -53,6 +53,6 @@
|
||||
"cordova-plugin-inappbrowser": "^4.1.0",
|
||||
"cordova-plugin-nativestorage": "^2.3.2",
|
||||
"cordova-plugin-velda-devicefeedback": "0.0.2",
|
||||
"phonegap-plugin-barcodescanner": "^8.1.0"
|
||||
"phonegap-plugin-barcodescanner-android12": "^8.1.2"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user