Fix barcodescanner plugin not compiling for Android 12

Skylar Ittner 2 years ago
parent 096ab5bebe
commit c039920433

33
package-lock.json generated

@ -21,7 +21,7 @@
"cordova-plugin-inappbrowser": "^4.1.0", "cordova-plugin-inappbrowser": "^4.1.0",
"cordova-plugin-nativestorage": "^2.3.2", "cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-velda-devicefeedback": "0.0.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": { "node_modules/@netflix/nerror": {
@ -1729,11 +1729,10 @@
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
}, },
"node_modules/phonegap-plugin-barcodescanner": { "node_modules/phonegap-plugin-barcodescanner-android12": {
"version": "8.1.0", "version": "8.1.2",
"resolved": "https://registry.npmjs.org/phonegap-plugin-barcodescanner/-/phonegap-plugin-barcodescanner-8.1.0.tgz", "resolved": "https://registry.npmjs.org/phonegap-plugin-barcodescanner-android12/-/phonegap-plugin-barcodescanner-android12-8.1.2.tgz",
"integrity": "sha512-WQCDCoH9EQ9WEn2bce+B95jbNJduilAn2Vtske8KfcYAeGu7bdFqRD7zGCLCQao62VwoEwlX0cUvbQ/am12Jwg==", "integrity": "sha512-yZFKr22+gwQfZa+HIxCTpPeIs7PbwXnjnCiJFgDFtJM0sesISIEgLIOpjXzkQ42aWqlvGLDgYLwWQ923xEEEBA==",
"deprecated": "This package is deprecated, see https://blog.phonegap.com/update-for-customers-using-phonegap-and-phonegap-build-cc701c77502c",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"nopt": "^4.0.1", "nopt": "^4.0.1",
@ -1758,10 +1757,10 @@
} }
} }
}, },
"node_modules/phonegap-plugin-barcodescanner/node_modules/shelljs": { "node_modules/phonegap-plugin-barcodescanner-android12/node_modules/shelljs": {
"version": "0.8.4", "version": "0.8.5",
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
"integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"glob": "^7.0.0", "glob": "^7.0.0",
@ -3583,10 +3582,10 @@
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
}, },
"phonegap-plugin-barcodescanner": { "phonegap-plugin-barcodescanner-android12": {
"version": "8.1.0", "version": "8.1.2",
"resolved": "https://registry.npmjs.org/phonegap-plugin-barcodescanner/-/phonegap-plugin-barcodescanner-8.1.0.tgz", "resolved": "https://registry.npmjs.org/phonegap-plugin-barcodescanner-android12/-/phonegap-plugin-barcodescanner-android12-8.1.2.tgz",
"integrity": "sha512-WQCDCoH9EQ9WEn2bce+B95jbNJduilAn2Vtske8KfcYAeGu7bdFqRD7zGCLCQao62VwoEwlX0cUvbQ/am12Jwg==", "integrity": "sha512-yZFKr22+gwQfZa+HIxCTpPeIs7PbwXnjnCiJFgDFtJM0sesISIEgLIOpjXzkQ42aWqlvGLDgYLwWQ923xEEEBA==",
"dev": true, "dev": true,
"requires": { "requires": {
"nopt": "^4.0.1", "nopt": "^4.0.1",
@ -3594,9 +3593,9 @@
}, },
"dependencies": { "dependencies": {
"shelljs": { "shelljs": {
"version": "0.8.4", "version": "0.8.5",
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
"integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
"dev": true, "dev": true,
"requires": { "requires": {
"glob": "^7.0.0", "glob": "^7.0.0",

@ -28,11 +28,11 @@
"cordova-plugin-statusbar": {}, "cordova-plugin-statusbar": {},
"cordova-plugin-inappbrowser": {}, "cordova-plugin-inappbrowser": {},
"cordova-plugin-headercolor": {}, "cordova-plugin-headercolor": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-velda-devicefeedback": {}, "cordova-plugin-velda-devicefeedback": {},
"cordova-plugin-nativestorage": {} "cordova-plugin-nativestorage": {},
"phonegap-plugin-barcodescanner-android12": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
}
}, },
"platforms": [ "platforms": [
"browser", "browser",
@ -53,6 +53,6 @@
"cordova-plugin-inappbrowser": "^4.1.0", "cordova-plugin-inappbrowser": "^4.1.0",
"cordova-plugin-nativestorage": "^2.3.2", "cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-velda-devicefeedback": "0.0.2", "cordova-plugin-velda-devicefeedback": "0.0.2",
"phonegap-plugin-barcodescanner": "^8.1.0" "phonegap-plugin-barcodescanner-android12": "^8.1.2"
} }
} }
Loading…
Cancel
Save