mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-05-30 18:02:43 +02:00
- Updated the PreferencesFragment.kt
- New Build Variant added - New strings added in strings.xml - Updated build.gradle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user