1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-06-08 10:05:50 +02:00

add cordova-plugin-wifiwizard2

allows to change wifi connection
This commit is contained in:
Norwin 2018-10-29 18:04:33 +01:00
parent 81df276d99
commit 8ac1964414
3 changed files with 1333 additions and 1325 deletions

View file

@ -82,6 +82,7 @@
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" /> <plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^2.0.0" /> <plugin name="cordova-plugin-ionic-webview" spec="^2.0.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" /> <plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="wifiwizard2" spec="~3.1.0" />
<engine name="android" spec="7.1.1" /> <engine name="android" spec="7.1.1" />
<engine name="browser" spec="5.0.4" /> <engine name="browser" spec="5.0.4" />
</widget> </widget>

2653
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -32,6 +32,7 @@
"cordova-plugin-splashscreen": "^5.0.2", "cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2", "cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3", "cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-wifiwizard2": "3.1.0",
"ionic-angular": "3.9.2", "ionic-angular": "3.9.2",
"ionicons": "3.0.0", "ionicons": "3.0.0",
"rxjs": "5.5.11", "rxjs": "5.5.11",
@ -52,7 +53,8 @@
"cordova-plugin-ionic-webview": { "cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
}, },
"cordova-plugin-ionic-keyboard": {} "cordova-plugin-ionic-keyboard": {},
"wifiwizard2": {}
}, },
"platforms": [ "platforms": [
"android", "android",