adding a prepaid build variant
This commit is contained in:
parent
f4406fb07d
commit
3b057f0f66
|
@ -50,6 +50,7 @@ android {
|
||||||
productFlavors {
|
productFlavors {
|
||||||
core {}
|
core {}
|
||||||
fdroid {}
|
fdroid {}
|
||||||
|
prepaid {}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<bool name="show_donate_in_about">false</bool>
|
||||||
|
<bool name="hide_google_relations">true</bool>
|
||||||
|
<bool name="hide_all_external_links">true</bool>
|
||||||
|
<bool name="pretend_thank_you_installed">true</bool>
|
||||||
|
</resources>
|
Loading…
Reference in New Issue