pretend we have Simple Thank You installed in foss variant

This commit is contained in:
tibbi 2022-05-19 15:10:26 +02:00
parent 4057dfb025
commit da753b51fa
2 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:0e71682b27'
implementation 'com.github.SimpleMobileTools:Simple-Commons:e5a4973e6a'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'com.shawnlin:number-picker:2.4.6'

View File

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