How to automatically push your Ionic app changes to Google Play
Hi everyone, today we’ll see how to automatize every new functionality that we’ll build in our little ionic app to the Google Play.
Server configuration Firstly, we’ll install all the dependencies on the server where’s Jenkins.
Ionic installation sudo npm install -g ionic@beta Here I use the beta version of ionic (to use angular 2 =D), so you can remove the @beta if you’re on a v1 project.
Cordova installation sudo npm install -g cordova JDK installation Here, it will depend on your linux distribution.