Change APK base name depending on the branch name for debug builds
This commit is contained in:
parent
2fb8467673
commit
faefe957b0
|
@ -46,6 +46,7 @@ android {
|
||||||
} else {
|
} else {
|
||||||
applicationIdSuffix ".debug." + normalizedWorkingBranch
|
applicationIdSuffix ".debug." + normalizedWorkingBranch
|
||||||
resValue "string", "app_name", "NewPipe " + workingBranch
|
resValue "string", "app_name", "NewPipe " + workingBranch
|
||||||
|
archivesBaseName = 'NewPipe_' + normalizedWorkingBranch
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue