bug fix
Showing
... | @@ -36,14 +36,26 @@ | ... | @@ -36,14 +36,26 @@ |
"@ionic-native/status-bar": "4.5.3", | "@ionic-native/status-bar": "4.5.3", | ||
"@ionic/storage": "2.1.3", | "@ionic/storage": "2.1.3", | ||
"com-sarriaroman-photoviewer": "^1.1.18", | "com-sarriaroman-photoviewer": "^1.1.18", | ||
"cordova-android": "~6.1.2", | "com.synconset.imagepicker": "^2.1.10", | ||
"cordova-android": "^6.1.2", | |||
"cordova-plugin-badge": "^0.8.7", | "cordova-plugin-badge": "^0.8.7", | ||
"cordova-plugin-compat": "^1.0.0", | |||
"cordova-plugin-device": "^2.0.1", | |||
"cordova-plugin-file": "^6.0.1", | |||
"cordova-plugin-file-transfer": "^1.7.1", | |||
"cordova-plugin-geolocation": "^2.4.3", | |||
"cordova-plugin-ionic-keyboard": "^2.0.5", | |||
"cordova-plugin-ionic-webview": "^1.1.16", | |||
"cordova-plugin-network-information": "^2.0.1", | "cordova-plugin-network-information": "^2.0.1", | ||
"cordova-plugin-request-location-accuracy": "^2.2.3", | "cordova-plugin-request-location-accuracy": "^2.2.3", | ||
"cordova-plugin-splashscreen": "^5.0.2", | |||
"cordova-plugin-whitelist": "^1.3.3", | |||
"cordova.plugins.diagnostic": "^4.0.11", | |||
"ionic-angular": "3.9.2", | "ionic-angular": "3.9.2", | ||
"ionic-tooltips": "^2.0.1", | "ionic-tooltips": "^2.0.1", | ||
"ionic2-rating": "^1.2.2", | "ionic2-rating": "^1.2.2", | ||
"ionicons": "3.0.0", | "ionicons": "3.0.0", | ||
"onesignal-cordova-plugin": "^2.3.3", | |||
"rxjs": "5.5.7", | "rxjs": "5.5.7", | ||
"sw-toolbox": "3.6.0", | "sw-toolbox": "3.6.0", | ||
"zone.js": "0.8.20" | "zone.js": "0.8.20" | ||
... | @@ -64,7 +76,19 @@ | ... | @@ -64,7 +76,19 @@ |
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | ||
}, | }, | ||
"cordova-plugin-request-location-accuracy": {}, | "cordova-plugin-request-location-accuracy": {}, | ||
"com-sarriaroman-photoviewer": {} | "com-sarriaroman-photoviewer": {}, | ||
"com.synconset.imagepicker": { | |||
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "your usage message" | |||
}, | |||
"cordova-plugin-device": {}, | |||
"cordova-plugin-file": {}, | |||
"cordova-plugin-file-transfer": {}, | |||
"cordova-plugin-ionic-keyboard": {}, | |||
"cordova-plugin-ionic-webview": {}, | |||
"cordova-plugin-splashscreen": {}, | |||
"cordova-plugin-whitelist": {}, | |||
"cordova.plugins.diagnostic": {}, | |||
"onesignal-cordova-plugin": {} | |||
} | } | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment