add a booleans file, show Donate in about section
This commit is contained in:
parent
336c7fc799
commit
de80cb7e23
|
@ -42,5 +42,5 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:014523163d'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:02b48c0b4d'
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<bool name="show_donate_in_about">true</bool>
|
||||||
|
</resources>
|
Loading…
Reference in New Issue