mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	update commons to 4.5.2
This commit is contained in:
		| @@ -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() | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user