renaming foss output to avoid conflicts
This commit is contained in:
parent
31f7f93ad1
commit
abe7208f27
|
@ -24,6 +24,10 @@ android {
|
||||||
} else {
|
} else {
|
||||||
resConfigs "en"
|
resConfigs "en"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isFoss()) {
|
||||||
|
archivesBaseName = "$archivesBaseName-foss"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bundle {
|
bundle {
|
||||||
|
|
Loading…
Reference in New Issue