File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/kotlin/com/simplemobiletools/filemanager/pro/activities Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ android {
6464}
6565
6666dependencies {
67- implementation ' com.github.SimpleMobileTools:Simple-Commons:a8693482e8 '
67+ implementation ' com.github.SimpleMobileTools:Simple-Commons:f54d4f7606 '
6868 implementation ' com.github.tibbi:AndroidPdfViewer:e6a533125b'
6969 implementation ' com.github.Stericson:RootTools:df729dcb13'
7070 implementation ' com.github.Stericson:RootShell:1.6'
Original file line number Diff line number Diff line change @@ -632,7 +632,8 @@ class MainActivity : SimpleActivity() {
632632 }
633633
634634 private fun launchAbout () {
635- val licenses = LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT or LICENSE_GESTURE_VIEWS or LICENSE_PDF_VIEWER or LICENSE_AUTOFITTEXTVIEW
635+ val licenses =
636+ LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT or LICENSE_GESTURE_VIEWS or LICENSE_PDF_VIEWER or LICENSE_AUTOFITTEXTVIEW or LICENSE_ZIP4J
636637
637638 val faqItems = arrayListOf (
638639 FAQItem (R .string.faq_3_title_commons, R .string.faq_3_text_commons),
You can’t perform that action at this time.
0 commit comments