mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-02-01 07:46:43 +01:00
adding core and fdroid build flavors
This commit is contained in:
parent
196f477d3e
commit
3628ddb9e9
@ -45,6 +45,12 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
flavorDimensions "variants"
|
||||
productFlavors {
|
||||
core {}
|
||||
fdroid {}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
4
app/src/fdroid/res/values/bools.xml
Normal file
4
app/src/fdroid/res/values/bools.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="show_donate_in_about">true</bool>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user