adding core and fdroid build flavors

This commit is contained in:
tibbi 2022-02-02 22:39:15 +01:00
parent d14d4e3069
commit ff3667443b
2 changed files with 10 additions and 0 deletions

View File

@ -44,6 +44,12 @@ android {
}
}
flavorDimensions "variants"
productFlavors {
core {}
fdroid {}
}
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="show_donate_in_about">true</bool>
</resources>