mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-09 14:26:00 +00:00
Add comment to gradle
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user