mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-17 14:20:21 +01:00
Merge pull request #3265 from TeamNewPipe/apk_base_name
Change APK base name depending on the branch name for debug builds
This commit is contained in:
commit
dc6604bcda
@ -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
Block a user