diff options
Diffstat (limited to 'docs/html/guide/publishing/versioning.jd')
-rw-r--r-- | docs/html/guide/publishing/versioning.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/publishing/versioning.jd b/docs/html/guide/publishing/versioning.jd index 216f993..16fc356 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, |