mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
hide google relations in foss variant, hide rating in prepaid
This commit is contained in:
@ -78,7 +78,7 @@ android {
|
||||
}
|
||||
|
||||
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 'it.sephiroth.android.exif:library:1.0.1'
|
||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
||||
|
@ -2,4 +2,6 @@
|
||||
<resources>
|
||||
<bool name="show_donate_in_about">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>
|
||||
|
@ -4,4 +4,5 @@
|
||||
<bool name="hide_google_relations">true</bool>
|
||||
<bool name="hide_all_external_links">true</bool>
|
||||
<bool name="require_all_files_access">true</bool>
|
||||
<bool name="avoid_showing_rating_prompt">true</bool>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user