This is a short blog combining multiple resources I found on the internet in one place. Problem When we build apk in android by default the apk file is named based on the combination of the main application module name appending by buildType. For example app-debug.apk of app-release.apk This works fine until QA teams are involved and they are testing multiple apk at the same time. So when QA builds the apk locally or from CI, and testing multiple tasks, …
Tag: Gradle
This blog is written to keep libraries versions,app version and gradle dependencies at single point So lets start coding… 1.App Versioning To keep the proper incremental build and proper version naming conventions we can keep the …
Social Profiles