For App Update , which i need to change version code or version name in android studio
minSdkVersion 21
targetSdkVersion 30
versionCode 11
versionName "11"
For App Update , which i need to change version code or version name in android studio
minSdkVersion 21
targetSdkVersion 30
versionCode 11
versionName "11"
There are some tips from this resources:
https://support.google.com/googleplay/android-developer/answer/9859350?hl=en https://developer.android.com/studio/publish/versioning
I hope these will help you:
When you're ready to make changes to your app, this article describes what you need to do to make sure that existing users receive your update.
Prepare your updates