plugin
Showing
... | ... | @@ -20,17 +20,21 @@ |
"@angular/platform-browser": "^7.2.2", | ||
"@angular/platform-browser-dynamic": "^7.2.2", | ||
"@angular/router": "^7.2.2", | ||
"@ionic-native/app-version": "^5.4.0", | ||
"@ionic-native/core": "^5.0.0", | ||
"@ionic-native/file": "^5.4.0", | ||
"@ionic-native/file-opener": "^5.4.0", | ||
"@ionic-native/file-transfer": "^5.4.0", | ||
"@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.0.0", | ||
"@ionic/angular": "^4.1.0", | ||
"@ionic/pro": "2.0.4", | ||
"cordova-android": "8.0.0", | ||
"cordova-plugin-badge": "0.8.8", | ||
"cordova-plugin-file": "6.0.1", | ||
"cordova-plugin-file-opener2": "2.2.0", | ||
"cordova-plugin-app-version": "^0.1.9", | ||
"cordova-plugin-badge": "^0.8.8", | ||
"cordova-plugin-file": "^6.0.1", | ||
"cordova-plugin-file-opener2": "^2.2.0", | ||
"cordova-plugin-file-transfer": "^1.7.1", | ||
"core-js": "^2.5.4", | ||
"rxjs": "~6.3.3", | ||
"zone.js": "~0.8.29" | ||
... | ... | @@ -78,11 +82,13 @@ |
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
}, | ||
"cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-app-version": {}, | ||
"cordova-plugin-badge": {}, | ||
"cordova-plugin-file": {}, | ||
"cordova-plugin-file-opener2": { | ||
"ANDROID_SUPPORT_V4_VERSION": "27.+" | ||
} | ||
}, | ||
"cordova-plugin-file-transfer": {} | ||
}, | ||
"platforms": [ | ||
"android" | ||
... | ... |






