Where can I set the App version code?
-
When using Cordova the version code can be set in config.xml.
But when I use Quasar, Quasar renders the config.xml.So how can I change the version code?
And also I am not able to change the <description> in config.xml - it also takes a string I do not even know where I is stored
Thanks a lot
Dirk -
in your root folder’s package.json
"version","description","cordovaId"
properties, you can also set it in quasar.conf.js https://quasar.dev/quasar-cli/developing-cordova-apps/configuring-cordova#quasar.conf.js. -
@metalsadman Thanks a lot, I looked into this document several times but didn’t see it