Hi,
i have released a version 1 on some app in the market. Can anyone tell me how to give an update of it?
thanks
Hi,
i have released a version 1 on some app in the market. Can anyone tell me how to give an update of it?
thanks
android:versionCode
attribute of the <manifest>
element in your AndroidManifest.xml[Upload Upgrade]
http://developer.android.com/guide/publishing/publishing.html
check out the publishing update section in the above web page
Just make an upgrade apk with the android:versionCode attribute incremented, and then publish through your developer console in the market.