From 839d77cef54ef672d1d115da8b2bb5ea43bfa7af Mon Sep 17 00:00:00 2001 From: Eric Schmidt Date: Mon, 29 Feb 2016 11:19:18 -0800 Subject: [PATCH] docs: Added warning to versioning.html. Bug: 26587533 Change-Id: I5bb3498596f3d922d30abb6021202d7d62fc7dd6 --- docs/html/tools/publishing/versioning.jd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/html/tools/publishing/versioning.jd b/docs/html/tools/publishing/versioning.jd index 4af6f306168fd..9908d811ca4d6 100644 --- a/docs/html/tools/publishing/versioning.jd +++ b/docs/html/tools/publishing/versioning.jd @@ -80,6 +80,13 @@ that the android:versionCode value does not necessarily have a strong resemblance to the application release version that is visible to the user (see android:versionName, below). Applications and publishing services should not display this version value to users.

+ +

+ Warning: The greatest possible value for + android:versionCode is MAXINT (2147483647). However, if + you upload an app with this value, your app can't ever be updated. +

+
  • android:versionName — A string value that represents the release version of the application code, as it should be shown to users.