Skip to content

Commit af7ceaf

Browse files
committed
adding core and fdroid build variants
1 parent 1838240 commit af7ceaf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ android {
4444
}
4545
}
4646

47+
flavorDimensions "variants"
48+
productFlavors {
49+
core {}
50+
fdroid {}
51+
}
52+
4753
sourceSets {
4854
main.java.srcDirs += 'src/main/kotlin'
4955
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)