Chore: rename flavor 'open' to 'foss'

This commit is contained in:
kr328
2021-05-16 17:55:47 +08:00
parent b470dcc252
commit 45ab647c67
10 changed files with 27 additions and 15 deletions

View File

@@ -38,9 +38,9 @@ android {
}
productFlavors {
create("open") {
dimension = "open"
versionNameSuffix = ".open-source"
create("foss") {
dimension = "foss"
versionNameSuffix = ".foss"
}
create("premium") {
dimension = "premium"