summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/publishing
diff options
context:
space:
mode:
authorSimon Schoar <schoar@googlemail.com>2009-06-10 01:44:43 +0200
committerSimon Schoar <schoar@googlemail.com>2009-06-10 01:44:43 +0200
commita6b860fbd05c7488db4d8c0012419d171d84e598 (patch)
treedf492f268c859f76997f4b15164cb65354d37656 /docs/html/guide/publishing
parent4ea496ddcaad107dda890850933423137582ce40 (diff)
downloadframeworks_base-a6b860fbd05c7488db4d8c0012419d171d84e598.zip
frameworks_base-a6b860fbd05c7488db4d8c0012419d171d84e598.tar.gz
frameworks_base-a6b860fbd05c7488db4d8c0012419d171d84e598.tar.bz2
Text specifies "android:codeName" which doesnt exist, should be "android:versionName"
Diffstat (limited to 'docs/html/guide/publishing')
-rw-r--r--docs/html/guide/publishing/versioning.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/publishing/versioning.jd b/docs/html/guide/publishing/versioning.jd
index d0eafcd..bd0403a 100644
--- a/docs/html/guide/publishing/versioning.jd
+++ b/docs/html/guide/publishing/versioning.jd
@@ -117,7 +117,7 @@ and <code>android:versionName</code> attributes in the
<p>In this example, note that <code>android:versionCode</code> value indicates
that the current .apk contains the second release of the application code, which
corresponds to a minor follow-on release, as shown by the
-<code>android:codeName</code> string. </p>
+<code>android:versionName</code> string. </p>
<p>The Android framework provides an API to let applications query the system
for version information about your application. To obtain version information,