Add login form
Showing
| ... | @@ -25,6 +25,7 @@ | ... | @@ -25,6 +25,7 @@ |
| "@ionic-native/background-mode": "^5.11.0", | "@ionic-native/background-mode": "^5.11.0", | ||
| "@ionic-native/core": "^5.0.0", | "@ionic-native/core": "^5.0.0", | ||
| "@ionic-native/diagnostic": "^5.8.0", | "@ionic-native/diagnostic": "^5.8.0", | ||
| "@ionic-native/google-plus": "^5.0.0", | |||
| "@ionic-native/http": "^5.8.0", | "@ionic-native/http": "^5.8.0", | ||
| "@ionic-native/local-notifications": "^5.11.0", | "@ionic-native/local-notifications": "^5.11.0", | ||
| "@ionic-native/location-accuracy": "^5.8.0", | "@ionic-native/location-accuracy": "^5.8.0", | ||
| ... | @@ -39,7 +40,9 @@ | ... | @@ -39,7 +40,9 @@ |
| "cordova-plugin-background-mode": "git+https://github.com/sercatven/cordova-plugin-background-mode.git", | "cordova-plugin-background-mode": "git+https://github.com/sercatven/cordova-plugin-background-mode.git", | ||
| "cordova-plugin-badge": "^0.8.8", | "cordova-plugin-badge": "^0.8.8", | ||
| "cordova-plugin-file": "^6.0.1", | "cordova-plugin-file": "^6.0.1", | ||
| "cordova-plugin-googleplus": "^8.0.0", | |||
| "cordova-plugin-local-notification": "^0.9.0-beta.2", | "cordova-plugin-local-notification": "^0.9.0-beta.2", | ||
| "cordova-plugin-play-games-services": "^1.1.2", | |||
| "cordova-plugin-request-location-accuracy": "^2.3.0", | "cordova-plugin-request-location-accuracy": "^2.3.0", | ||
| "cordova-sqlite-storage": "^3.2.0", | "cordova-sqlite-storage": "^3.2.0", | ||
| "cordova.plugins.diagnostic": "^5.0.0", | "cordova.plugins.diagnostic": "^5.0.0", | ||
| ... | @@ -128,7 +131,10 @@ | ... | @@ -128,7 +131,10 @@ |
| "CONTENT_AUTHORITY": "$PACKAGE_NAME" | "CONTENT_AUTHORITY": "$PACKAGE_NAME" | ||
| }, | }, | ||
| "cordova-plugin-app-version": {}, | "cordova-plugin-app-version": {}, | ||
| "cordova-plugin-file": {} | "cordova-plugin-file": {}, | ||
| "cordova-plugin-googleplus": { | |||
| "PLAY_SERVICES_VERSION": "11.8.0" | |||
| } | |||
| }, | }, | ||
| "platforms": [ | "platforms": [ | ||
| "android" | "android" | ||
| ... | ... |
Please
register
or
sign in
to comment