renaming foss output to avoid conflicts

This commit is contained in:
Adam Brown 2022-08-31 20:34:40 +01:00
parent 31f7f93ad1
commit abe7208f27
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ android {
} else {
resConfigs "en"
}
if (isFoss()) {
archivesBaseName = "$archivesBaseName-foss"
}
}
bundle {