What is the Android Bundle Version and Version Code and how do they relate?
问题 a) What does the Android bundle version and version code denote? b) What is the difference between the bundle version and version code? i) Suppose I have a bundle version of 0.137 , how does the version code relate to this? Can the version code just be 137? ii) What happens when I release bundle version 1.0 next? Can I just call the version code 10 ? c) How do they relate? What's the right way to number the bundle versions? N.B. There does not seem to be a source that explains the difference,