Skip to content

Commit

Permalink
build(config.xml): increment dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreVarandas committed Oct 12, 2018
1 parent 65bd4de commit ed4a74e
Show file tree
Hide file tree
Showing 5 changed files with 1,308 additions and 1,307 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ The challenge is to create a simple Ionic application to consume data from the a
## Day five

- We got a new logo! Thanks to [Candy Skull](https://github.com/candyskull920) for the awesome work.
- Working on custom cordova plugin to be able to set both the wallpaper and lock screen images, that shoudl work at least for android - struggling with the current outdated docs and tutorials.
- Working on custom cordova plugin to be able to set both the wallpaper and lock screen images, that should work at least for android - struggling with the current outdated docs and tutorials.

## Day six

- Finished the [cordova plugin](https://github.com/AndreVarandas/cordova-plugin-wallpaper) TO manage home and lock Screen wallpapers. I am now able to set a home wallpaper/lock screen with a simple image url.
- Reversed order from launches list (now shows from the most recent).
- Finished the [cordova plugin](https://github.com/AndreVarandas/cordova-plugin-wallpaper) to manage home and lock Screen wallpapers. I am now able to set a home wallpaper/lock screen with a simple image url.
- Reversed order from launches list (now shows the top most recent).
- Minor style tweaks. (Home and launch-detail)

## Current status - Day siz
## Current status - Day six

Added rocket details, improved future launches page.

Expand Down
6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
</platform>
<engine name="ios" spec="4.5.5" />
<engine name="android" spec="7.1.1" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.1.3" />
<plugin name="cordova-plugin-wputils" spec="^0.0.1" />
<plugin name="cordova-plugin-wputils" spec="^0.0.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^2.2.0">
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
<engine name="ios" spec="4.5.5" />
<engine name="android" spec="7.1.1" />
</widget>
Loading

0 comments on commit ed4a74e

Please sign in to comment.