Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

add missing "android-" for version code #308

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/4-phonegap-build/2-configuring/0-index.html.md
Expand Up @@ -71,7 +71,7 @@ All of the above fields are standard Cordova config.xml tags. For more detailed
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.example"
versionCode = "10"
android-versionCode = "10"
version = "1.0.0" >

<!-- versionCode is optional and Android only -->
Expand Down