adding a prepaid app variant

This commit is contained in:
tibbi 2022-03-08 10:42:49 +01:00
parent 3ddc03f442
commit 6165e4da0a
2 changed files with 8 additions and 1 deletions

View File

@ -49,6 +49,7 @@ android {
productFlavors {
core {}
fdroid {}
prepaid {}
}
sourceSets {
@ -62,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:078f353fce'
implementation 'com.github.SimpleMobileTools:Simple-Commons:b3416c828f'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.documentfile:documentfile:1.0.1'

View File

@ -0,0 +1,6 @@
<?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>
</resources>