I started off with my app version as:
Version code (integer) 1
Version string 0
How should I bump up to the next version? I'd like to use 1.1 but I'm now clear on how to do that with Version code (integer) since 1.1 is not an int. I assume I can put 1.1 in the Version string field but how do I handle the int field?
Thanks...
Version code (integer) 1
Version string 0
How should I bump up to the next version? I'd like to use 1.1 but I'm now clear on how to do that with Version code (integer) since 1.1 is not an int. I assume I can put 1.1 in the Version string field but how do I handle the int field?
Thanks...