Skip to content

Commit

Permalink
fix(qr-scanner): updated qr-scanner plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
godenzim committed Apr 7, 2022
1 parent bbcb996 commit 2345e1d
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 862 deletions.
2 changes: 1 addition & 1 deletion fix-qrscanner-gradle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs')
const path = require('path')

const rootdir = ''
const qrscannerGradle = path.join(rootdir, 'node_modules/cordova-plugin-qrscanner/src/android/qrscanner.gradle')
const qrscannerGradle = path.join(rootdir, 'node_modules/cordova-plugin-qrscanner-11/src/android/qrscanner.gradle')

const configFiles = [qrscannerGradle]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"object": {
"pins": [
{
"package": "AirGapSapling",
"repositoryURL": "https://github.com/airgap-it/airgap-sapling.git",
"state": {
"branch": null,
"revision": "c6606fce5d84cea678414681b13ef5efb3629a7e",
"version": "0.0.6"
}
"pins" : [
{
"identity" : "airgap-sapling",
"kind" : "remoteSourceControl",
"location" : "https://github.com/airgap-it/airgap-sapling.git",
"state" : {
"revision" : "00848f05c305c9997c8f7325527ddc20de7edd2b",
"version" : "0.0.7"
}
]
},
"version": 1
}
],
"version" : 2
}
Loading

0 comments on commit 2345e1d

Please sign in to comment.