I'm taking over development of an app built by a different company in ionic. I now want to push an update to the Play store and for this I want to increment the version of the app. In the config.xml I see two values:
version="1.4"
android-versionCode="10301"
I don't really understand what the difference is between these two. And why are those numbers so different? I searched around but I can't find any explanation of what the difference is between these two.
Could anyone enlighten me on what these two are for and what the difference is?