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 -2
View File
@@ -50,9 +50,8 @@ android {
}
flavorDimensions.add("type")
productFlavors {
create("floss") {
create("fdroid") {
dimension = "type"
applicationIdSuffix = ".floss"
}
create("general") {
dimension = "type"