Add comment to gradle

This commit is contained in:
Stypox 2020-02-23 20:56:56 +01:00
parent 165b552162
commit 0b3d60a5db

View file

@ -30,6 +30,7 @@ android {
multiDexEnabled true
debuggable true
// suffix the app id and the app name with git branch name
def workingBranch = "git rev-parse --abbrev-ref HEAD".execute().text.trim()
if (workingBranch.isEmpty() || workingBranch == "master" || workingBranch == "dev") {
applicationIdSuffix ".debug"