How to increase the version of my app

I want to upload other version of my app in playstore but i dont know where i need to increase these version, ims using capacitor. thanks for aswer

In the app’s build.gradle.

First edit the versionCode, that’s an integer, you increase it every time you submit to the play store
Then edit the versionName, that’s a string and it’s the visible version the users will see

1 Like