mobile menu
Site icon
ZidsWorld

The Tech Galaxy

Live support

How to Change Android App Version to New Version Android Studio

Monday, November 20, 2023, 7 AM

Changing version name and version code is important when you updating your android app, Example version: 1.0.1, 1.2.2 etc.

Each time when you updating an android app on playstore, a new version name and version code is necessary, New version code also helps everyone to identify the app from earlier versions.

How to Change Android App Version?

To change version, go to the Project window, right-click on the app, then select Open Module Settings,

Change version android

A new window will appear, select the Flavours tab in the window. this is where we will change the app version

Change version code android
  1. Select Version Code in the list, and increase it. for example, if it is 17, change it to 18.
  2. Next, select Version Name and increase it, for example, if it is 1.0, change it  to 1.1, or 1.2, 1.2.0 etc
  3. Click Ok and wait until the gradle running finish.

That is it, now you have a new version of the app!

Comments

No comments found.