My eXperience

Microsoft CRM and Android

Change apk version code in Android Studio.

To change the apk version number in android studio

Open the build.gradle file in the src folder and update the versionCode. The version Code is an integer value. versionName can be set to any value.

Comments are closed