mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-02-18 04:40:36 +01:00
adding prepaid build variant
This commit is contained in:
parent
a088f4280b
commit
89d7c17958
@ -48,6 +48,7 @@ android {
|
||||
productFlavors {
|
||||
core {}
|
||||
fdroid {}
|
||||
prepaid {}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
7
app/src/prepaid/res/values/bools.xml
Normal file
7
app/src/prepaid/res/values/bools.xml
Normal file
@ -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…
x
Reference in New Issue
Block a user