You might want to append your app version name in the name of your app’s apk. Specially, when you release your app frequently. Doing this you can distinguish the apk files easily. You may try the following two ways to include the version name in apk name automatically. Open build.gradle file inside project’s module and […]