Change APK base name depending on the branch name for debug builds

This commit is contained in:
TobiGr 2020-03-25 22:47:29 +01:00
parent 2fb8467673
commit faefe957b0
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ android {
} else {
applicationIdSuffix ".debug." + normalizedWorkingBranch
resValue "string", "app_name", "NewPipe " + workingBranch
archivesBaseName = 'NewPipe_' + normalizedWorkingBranch
}
}
}