Change Version Number of App in Android Studio v 3.1

Following method is to change the version number of application in Android Studio V 3.1 using settings. There are two methods we can follow, letโ€™s have a look at both: Method 1: Using Setting Popup Step 1) Just go to Project and Right Click on โ€œappโ€ then select โ€œOpen Module Settingsโ€   Step 2)ย  In…

By.

โ€ข

min read

Change Version Number of App in Android Studio

Following method is to change the version number of application in Android Studio V 3.1 using settings. There are two methods we can follow, letโ€™s have a look at both:

Method 1: Using Setting Popup

Step 1) Just go to Project and Right Click on โ€œappโ€ then select โ€œOpen Module Settingsโ€

 

Step 2)ย  In opened Model select โ€œFlavorsโ€ tab then change โ€œVersion Codeโ€ and โ€œVersion Nameโ€ as shown in the image below.

 

Now click โ€œOKโ€.

Method 2: Changing โ€œbuild.gradleโ€ file values

Step 1:ย  Open build.gradle(Module:app)ย then change the value of โ€œversionCodeโ€ and โ€œversionNameโ€ under defaultConfig as shown below:

 

Step 2: Now click on โ€œSync Nowโ€

One response to “Change Version Number of App in Android Studio v 3.1”

  1. Someone Avatar
    Someone

    โ€ข

    thanks

Leave a Reply

Your email address will not be published. Required fields are marked *