How to change Android version and code version number Android Studio? I want to change apk file (app) on Google Play and I need to change Android version and code version nu
Open your build.gradle file and make sure you have versionCode and versionName inside defaultConfig element. If not, add them. Refer to this link for more details.