mirror of
https://git.leinelab.org/Mal/metasocket-cordova.git
synced 2025-12-06 02:50:50 +01:00
Approvement of reconnection.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"@angular/platform-browser-dynamic": "~11.2.0",
|
||||
"@angular/router": "~11.2.0",
|
||||
"@capacitor/core": "^2.4.6",
|
||||
"@ionic-native/app-minimize": "^5.31.1",
|
||||
"@ionic-native/background-mode": "^5.31.1",
|
||||
"@ionic-native/core": "^5.31.1",
|
||||
"@ionic-native/foreground-service": "^5.31.1",
|
||||
@@ -41,6 +42,8 @@
|
||||
"@types/node": "^12.11.1",
|
||||
"codelyzer": "^6.0.0",
|
||||
"cordova-android": "^9.0.0",
|
||||
"cordova-plugin-app-exit": "0.0.2",
|
||||
"cordova-plugin-appminimize": "^1.0.1",
|
||||
"cordova-plugin-background-mode": "^0.7.3",
|
||||
"cordova-plugin-badge": "^0.8.8",
|
||||
"cordova-plugin-device": "^2.0.3",
|
||||
@@ -77,7 +80,9 @@
|
||||
},
|
||||
"cordova-plugin-ionic-keyboard": {},
|
||||
"cordova-plugin-background-mode": {},
|
||||
"cordova-plugin-foreground-service": {}
|
||||
"cordova-plugin-foreground-service": {},
|
||||
"cordova-plugin-app-exit": {},
|
||||
"cordova-plugin-appminimize": {}
|
||||
},
|
||||
"platforms": [
|
||||
"android"
|
||||
|
||||
Reference in New Issue
Block a user