Mykyta Sikriier
Mykyta Sikriier
Maybe that's time for a fork?
System tray at the top. (P.S. Updated description)
Thanks for quick reply. I will try to build and test it locally on my machine. Maybe I there are differences between debug and release version, or I do not...
I use next solution. Add it to your project level `build.gradle.kts`. ``` allprojects { configurations { all { resolutionStrategy { dependencySubstitution { substitute(module("com.github.barteksc:android-pdf-viewer")) .using(module("com.github.DImuthuUpe:AndroidPdfViewer:3.2.0-beta.1")) .because("Library is in a process of...