build: add F-Droid flavor (#760)

* build: add fdroid flavor

* feat: disable fcm registration in f-droid flavor
This commit is contained in:
FineFindus
2023-08-18 18:15:57 +02:00
committed by GitHub
parent a79779f813
commit 2ca34278f9
2 changed files with 7 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ android {
}
githubRelease { initWith release }
playRelease { initWith release }
fdroidRelease { initWith release }
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17