mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	Add LICENSE_ZIP4J to list of used licenses
This commit is contained in:
		| @@ -64,7 +64,7 @@ android { | |||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:a8693482e8' |     implementation 'com.github.SimpleMobileTools:Simple-Commons:f54d4f7606' | ||||||
|     implementation 'com.github.tibbi:AndroidPdfViewer:e6a533125b' |     implementation 'com.github.tibbi:AndroidPdfViewer:e6a533125b' | ||||||
|     implementation 'com.github.Stericson:RootTools:df729dcb13' |     implementation 'com.github.Stericson:RootTools:df729dcb13' | ||||||
|     implementation 'com.github.Stericson:RootShell:1.6' |     implementation 'com.github.Stericson:RootShell:1.6' | ||||||
|   | |||||||
| @@ -632,7 +632,8 @@ class MainActivity : SimpleActivity() { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     private fun launchAbout() { |     private fun launchAbout() { | ||||||
|         val licenses = LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT or LICENSE_GESTURE_VIEWS or LICENSE_PDF_VIEWER or LICENSE_AUTOFITTEXTVIEW |         val licenses = | ||||||
|  |             LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT or LICENSE_GESTURE_VIEWS or LICENSE_PDF_VIEWER or LICENSE_AUTOFITTEXTVIEW or LICENSE_ZIP4J | ||||||
|  |  | ||||||
|         val faqItems = arrayListOf( |         val faqItems = arrayListOf( | ||||||
|             FAQItem(R.string.faq_3_title_commons, R.string.faq_3_text_commons), |             FAQItem(R.string.faq_3_title_commons, R.string.faq_3_text_commons), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user