refactor: change flavor to fdroid

This commit is contained in:
Zane Schepke 2023-09-15 11:31:16 -04:00
parent 3c5aff31aa
commit 6c30c6bae6
1 changed files with 1 additions and 2 deletions

View File

@ -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"