I am really confused about the versioning rule for Android build.
I put the following in build.settings
android =
{
versionCode = “2”,
versionName = “1.0.1”,
},
I want the app to show in Android Market as 1.0.1. What should I put in the version field in the build dialog? Build dialog does not take non-interger. So I cannot put “1.0.1” there. I tried “101” and “2”. But the Android Market shows version name as “101” or “2” with these values not “1.0.1”.
What am I missing? [import]uid: 19297 topic_id: 9779 reply_id: 309779[/import]