mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-01-29 17:59:17 +01:00
update commons to 4.5.2
This commit is contained in:
parent
816a7166c9
commit
06786c7233
@ -45,7 +45,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:4.4.13'
|
||||
implementation 'com.simplemobiletools:commons:4.5.2'
|
||||
|
||||
implementation files('../libs/RootTools.jar')
|
||||
|
||||
|
@ -44,7 +44,7 @@ class SettingsActivity : SimpleActivity() {
|
||||
}
|
||||
|
||||
private fun setupPurchaseThankYou() {
|
||||
settings_purchase_thank_you_holder.beVisibleIf(!isThankYouInstalled())
|
||||
settings_purchase_thank_you_holder.beVisibleIf(config.appRunCount > 10 && !isThankYouInstalled())
|
||||
settings_purchase_thank_you_holder.setOnClickListener {
|
||||
launchPurchaseThankYouIntent()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user