Android App Version Update using the following cordova cli commands
Change the version in config.xml ionic cordova build --release android jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore app-release-unsigned.apk alias_name_1 C:\Users\<Username>\AppData\Local\Android\Sdk\build-tools\23.0.2\zipalign.exe -v 4 app-release-unsigned.apk NameOfTheApp.apk Note: C:\Users\<Username>\AppData\Local\Android\Sdk\build-tools\23.0.2\zipalign.exe -- this path may vary depending on your OS/Folder configuration. Once release build is generated upload your APK, for upload the new version in play store follow the below link . 1. First, log in to the Google Play Developer Console. 2. Next, locate your app in the app choices listed for your developer account. Click on the appropriate app. 3. Next, click on 'Release Management', then 'App Releases'. 4. To upload a new .APK file, click on 'Manage Production', then 'Create Release'. 5. Drag and drop the new .APK file into the 'APKs to a...