Skip to content

Commit

Permalink
build(Android publish):
Browse files Browse the repository at this point in the history
  • Loading branch information
proustibat committed Jan 16, 2018
1 parent 30bbe5d commit f70e4ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ Thumbs.db
UserInterfaceState.xcuserstate

.scannerwork
sonar-project.properties
sonar-project.properties
_readme.txt
proustibat-d3jsionic.keystore
10 changes: 5 additions & 5 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
</platform>
<allow-navigation href="http://192.168.1.21:8100" />
<plugin name="cordova-plugin-device" spec="^1.1.4" />
<engine name="android" spec="^6.4.0" />
<engine name="ios" spec="^4.5.4" />
<plugin name="cordova-plugin-device" spec="^1.1.7" />
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.1" />
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<engine name="android" spec="~6.4.0" />
<engine name="ios" spec="~4.5.4" />
</widget>

0 comments on commit f70e4ae

Please sign in to comment.