You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/03 16:22:07 UTC

[GitHub] [cordova-android] sanitul commented on issue #758: App config.xml does not update AndroidManifest.xml file's versionCode, versionName or anything

sanitul commented on issue #758: App config.xml does not update AndroidManifest.xml file's versionCode, versionName or anything
URL: https://github.com/apache/cordova-android/issues/758#issuecomment-508162363
 
 
   @dpogue,
   okay I understand about the project ID.
   But my problem was, I changed the app version to **0.2.62** in config.xml file
   
   ```XML
   <?xml version='1.0' encoding='utf-8'?>
   <widget  version="0.2.62" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:tools="http://schemas.android.com/tools">
       <name>meed</name>
       <description>An awesome Ionic/Cordova app.</description>
   ```
   After the android build success it still showing the old version **0.2.55**, it doesn’t get updated in **AndroidManifest.xml** file.
   So I'm unable to change the apk version.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org