- Updated the PreferencesFragment.kt

- New Build Variant added
- New strings added in strings.xml
- Updated build.gradle
This commit is contained in:
2026-03-08 14:39:00 +01:00
parent 040e59ee58
commit df602c5220
4 changed files with 68 additions and 27 deletions
+12
View File
@@ -43,6 +43,18 @@ android {
targetCompatibility JavaVersion.VERSION_17
}
flavorDimensions "distributor"
productFlavors {
michas {
dimension "distributor"
buildConfigField "boolean", "FLAVOR_FDROID", "false"
}
fdroid {
dimension "distributor"
buildConfigField "boolean", "FLAVOR_FDROID", "true"
}
}
buildTypes {
debug {
minifyEnabled false