mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-23 15:20:00 +01:00
do not include the proprietary files in the foss flavour
This commit is contained in:
parent
bf487c2539
commit
86d26f69fc
@ -51,7 +51,9 @@ android {
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
main.java.srcDirs += 'src/proprietary/kotlin'
|
||||
if (is_proprietary) {
|
||||
main.java.srcDirs += 'src/proprietary/kotlin'
|
||||
}
|
||||
}
|
||||
|
||||
flavorDimensions "licensing"
|
||||
|
Loading…
Reference in New Issue
Block a user