We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1838240 commit af7ceafCopy full SHA for af7ceaf
app/build.gradle
@@ -44,6 +44,12 @@ android {
44
}
45
46
47
+ flavorDimensions "variants"
48
+ productFlavors {
49
+ core {}
50
+ fdroid {}
51
+ }
52
+
53
sourceSets {
54
main.java.srcDirs += 'src/main/kotlin'
55
app/src/fdroid/res/values/bools.xml
@@ -0,0 +1,4 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<resources>
3
+ <bool name="show_donate_in_about">true</bool>
4
+</resources>
0 commit comments