hide google relations in foss variant, hide rating in prepaid
This commit is contained in:
parent
f1a19a6783
commit
7ef3ed13af
3 changed files with 4 additions and 1 deletions
|
@ -78,7 +78,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:a2b7c9c278'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:77af219613'
|
||||||
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
|
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
|
||||||
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
||||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
||||||
|
|
|
@ -2,4 +2,6 @@
|
||||||
<resources>
|
<resources>
|
||||||
<bool name="show_donate_in_about">true</bool>
|
<bool name="show_donate_in_about">true</bool>
|
||||||
<bool name="require_all_files_access">true</bool>
|
<bool name="require_all_files_access">true</bool>
|
||||||
|
<bool name="avoid_showing_rating_prompt">true</bool>
|
||||||
|
<bool name="hide_google_relations">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
<bool name="hide_google_relations">true</bool>
|
<bool name="hide_google_relations">true</bool>
|
||||||
<bool name="hide_all_external_links">true</bool>
|
<bool name="hide_all_external_links">true</bool>
|
||||||
<bool name="require_all_files_access">true</bool>
|
<bool name="require_all_files_access">true</bool>
|
||||||
|
<bool name="avoid_showing_rating_prompt">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue