diff --git a/app/build.gradle b/app/build.gradle index 752a0b5f..39b51334 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/app/src/prepaid/res/values/bools.xml b/app/src/prepaid/res/values/bools.xml new file mode 100644 index 00000000..d78678c1 --- /dev/null +++ b/app/src/prepaid/res/values/bools.xml @@ -0,0 +1,6 @@ + + + false + true + true +