mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-01-23 15:29:57 +01:00
adding a basic and fdroid build flavor
This commit is contained in:
parent
3a508f05ce
commit
acecfa6751
@ -48,6 +48,12 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
flavorDimensions "variants"
|
||||
productFlavors {
|
||||
basic {}
|
||||
fdroid {}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user