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/08/06 10:20:18 UTC

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

alschytte 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-518609126
 
 
   I think you need to use **android-versionCode** to update your GPlay version; the following code works
   ```
   <widget android-versionCode="100224" id="xxxxxxxxxxxx" version="2.2.4"
     xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
   ```
       

----------------------------------------------------------------
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