File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 44Install the plugin simply using npm:
55
66```
7- npm install git+ssh://git@github.com:airgap-it/ cordova-plugin-airgap-secure-storage.git#master --save
7+ npm install cordova-plugin-airgap-secure-storage --save
88```
99
1010Make sure the plugin is added in your cordova ` config.xml ` as follows:
1111
1212```
13- <plugin name="cordova-plugin-airgap-secure-storage" spec="git+ssh://git@github.com:airgap-it/cordova-plugin-airgap-secure-storage.git#master " />
13+ <plugin name="cordova-plugin-airgap-secure-storage" spec="0.1.5 " />
1414```
1515
16- Instead of ` #master ` you can also pass a specific commit-hash to fix the version you would like to install.
17-
1816### iOS
1917
2018In order to use Face ID, this plugins requires the following usage description:
You can’t perform that action at this time.
0 commit comments