-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Jetifier #610
base: develop
Are you sure you want to change the base?
Remove Jetifier #610
Conversation
This is still a draft because I haven't tested it thoroughly yet. |
Couldn't you put the JAR into |
Not without using |
That's weird, I can see no reference to a PDFium symbol in pdfium-navigator. |
It uses the symbols indirectly through AndroidPdfViewer APIs. |
That's what I thought. So I expect that compiling |
It doesn't compile, you can try it out. |
Okay! I didn't expect gradle to check dependencies of precompiled JAR. |
Changed
android.enableJetifier=true
from yourgradle.properties
if you were using Readium as a local clone.I addressed this by taking the jetified artifacts in my Gradle cache (running
jetifier-standalone
directly failed) and importing them directly in the project. A downside is that now we have all the native libraries as part of the repository, which adds ~40 MB.