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