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")
productFlavors {
create("floss") {
create("fdroid") {
dimension = "type"
applicationIdSuffix = ".floss"
}
create("general") {
dimension = "type"