refactor: change flavor to fdroid
This commit is contained in:
parent
3c5aff31aa
commit
6c30c6bae6
|
@ -50,9 +50,8 @@ android {
|
|||
}
|
||||
flavorDimensions.add("type")
|
||||
productFlavors {
|
||||
create("floss") {
|
||||
create("fdroid") {
|
||||
dimension = "type"
|
||||
applicationIdSuffix = ".floss"
|
||||
}
|
||||
create("general") {
|
||||
dimension = "type"
|
||||
|
|
Loading…
Reference in New Issue