My app old version is : 2.0.0+4 and I try to release new update in play store... New release version : 2.0.1+4
I was right or not? I am still a beginner these..
When I tried to upload play store had these error " You need to use a different version code for your APK or Android App Bundle because you already have one with version code 4. "
2.0.0+4
is versionName. You need to update your versionCode in order to release a new update to playstore. You should read about app versioning here developer.android.com/studio/publish/versioning – Shivam Pokhriyal