File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/kotlin/com/simplemobiletools/filemanager/pro/activities Expand file tree Collapse file tree 2 files changed +2
-3
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:30e6321592 '
67+ implementation ' com.github.SimpleMobileTools:Simple-Commons:84c71fdcc1 '
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,8 +632,7 @@ class MainActivity : SimpleActivity() {
632632 }
633633
634634 private fun launchAbout () {
635- // TODO: Add PDFViewer license
636- val licenses = LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT or LICENSE_GESTURE_VIEWS or LICENSE_PDF_VIEW_PAGER or LICENSE_AUTOFITTEXTVIEW
635+ val licenses = LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT or LICENSE_GESTURE_VIEWS or LICENSE_PDF_VIEWER or LICENSE_AUTOFITTEXTVIEW
637636
638637 val faqItems = arrayListOf (
639638 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