As described here (https://github.com/sufficientlysecure/document-viewer/issues/88) we're facing the problem that the JNI library that is part of the MuPdf Android demo is really large. In this case, this affects the size of the Document Viewer app (https://f-droid.org/repository/browse/?fdid=org.sufficientlysecure.viewer). The *.so files in the APK are more than 12 MB in size!
Before we updated MuPdf to the latest version a few months ago (i.e. version 2.5 and earlier of Document Viewer), the *.so files accounted for only 3,9 MB each.
Can you explain this increase of literally 300%? Is there anything we can change to compress our JNI libs further?