Hi, when I try to setup versionCode for android compile in my config.xml file it gets ignored which makes the upload to the play market very problematic..
<widget id="my.test.app" version="0.0.8" versionCode="9" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
version is being picked correctly, the problem is with versionCode...
Hi, when I try to setup versionCode for android compile in my config.xml file it gets ignored which makes the upload to the play market very problematic..
version is being picked correctly, the problem is with versionCode...