Re: [android-developers] Manifest android:versionCode question

2010-07-09 Thread TreKing
On Thu, Jul 8, 2010 at 9:35 PM, Rob wrote: > Is the integer a 4-byte integer with a range of -2,147,483,648 to > +2,147,483,647 or is it only a 2 byte integer with a range of -32,768 to > +32,767 ? > Does it really matter? I highly doubt you'll be updating you app over 32,767 times. Unless of co

[android-developers] Manifest android:versionCode question

2010-07-09 Thread Rob
In the versioning documentation (http://developer.android.com/guide/ publishing/versioning.html) it says that android:versionCode is an integer. Is the integer a 4-byte integer with a range of -2,147,483,648 to +2,147,483,647 or is it only a 2 byte integer with a range of -32,768 to +32,767 ? --