Merge "docs: N Preview 1 Landing Page fixes" into mnc-mr-docs
diff --git a/docs/html/tools/publishing/versioning.jd b/docs/html/tools/publishing/versioning.jd
index 4af6f30..9908d81 100644
--- a/docs/html/tools/publishing/versioning.jd
+++ b/docs/html/tools/publishing/versioning.jd
@@ -80,6 +80,13 @@
strong resemblance to the application release version that is visible to the
user (see <code>android:versionName</code>, below). Applications and publishing
services should not display this version value to users.</p>
+
+<p class="warning">
+ <strong>Warning:</strong> The greatest possible value for <code>
+ android:versionCode</code> is <code>MAXINT</code> (2147483647). However, if
+ you upload an app with this value, your app can't ever be updated.
+</p>
+
</li>
<li><code>android:versionName</code> — A string value that represents the
release version of the application code, as it should be shown to users.