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: git
Initially, I was struggling to understand git. How it’s work and why it behaves like this? I knew a few git commands pull, push, commit, and fetch to get my work done. This book covers all …
Social Profiles