Can anyone tell me how to generate signed apk of next version of any app in android studio??? In which file do I have to update? I am not familier with android studio
android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "com.app"
minSdkVersion 11
targetSdkVersion 21
}