I’d like to have version numbers in the format of Major.Minor.Patch when I update my app but it seems like the following entry in build.settings gets ignored or overwritten by the “Version” field in the build dialog:
android =
{
versionName = "1.0.1"
}
Even though the docs say the Version field in the build dialog “determines the version number displayed to the end user, also known as android:versionName”, we still can’t enter decimal/string values.
Any ideas how to get the version to be Major.Minor.Patch or just Major.Minor? I tried the following in the build dialog but still nothing:
101 (hoping to be 1.0.1): when uploading to the android market the version stays exactly like that.
11 (hoping to be 1.1): same thing, android market says the version is 11.
[import]uid: 8446 topic_id: 10580 reply_id: 310580[/import]
