Translate this page

How to Change Android App Version to New Version Android Studio

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!

 

Related Posts

Get Your Own Android Mobile App for Your Website Today

Are you looking to expand your online presence and reach more customers? In today’s digital age, having a mobile app is an essential tool to connect with…

Why making an app for your website can help your business to grow

In today’s digital age, it’s more important than ever to have a strong online presence. Whether you’re running a business, a blog, or a personal website, having…

person using macbook pro on person s lap

Fix android.content.Intent.migrateExtraStreamToClipData(android.content.Context)’ on a null object reference

Here is how to Fix Android Studio Error Attempt to invoke virtual method ‘boolean android.content.Intent.migrateExtraStreamToClipData(android.content.Context)’ on a null object reference This error is caused by a number…

Android Spinner onItemSelected Listener Example

Spinner is an android UI element; it provides a drop-down List where you can choose an item from the list. You will need a listener to catch…

person in gray shirt holding a small paper with texts

Get Current Month Name in Java Android

The code below can be used to get the name of current month, for example, January, February, March etc. Just call this method and it will return…

The future of android developers is not good

Are you an android developer or looking to be an android developer? You should read this Myself is zid, I’m an android developer and been in this…

This Post Has 2 Comments

  1. Very interesting article. Downloaded Android studio and SDK tool and gonna to try this one. Thanks, for sharing this wonderful stuff.

Leave a Reply

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