add a booleans file, show Donate in about section

This commit is contained in:
tibbi 2022-01-15 22:05:00 +01:00
parent 336c7fc799
commit de80cb7e23
2 changed files with 5 additions and 1 deletions

View File

@ -42,5 +42,5 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:014523163d'
implementation 'com.github.SimpleMobileTools:Simple-Commons:02b48c0b4d'
}

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="show_donate_in_about">true</bool>
</resources>