Conversation
|
It seems like current AndroidPdfViewer library doesn't support an application migrated to androidX. Is it right? |
|
@katie0809 yeah, you are right. Here is a fork with AndroidX https://github.com/TalbotGooday/AndroidPdfViewer
|
|
@TalbotGooday Thank you, actually I solved problems by adding maven { url 'https://maven.google.com' } to the build.gradle. And I don't know why...='( |
|
@katie0809 so your problem was not the "migration problem") |
|
👍 look good to me :) @barteksc any chance to get this merged and forge a release? |
|
@TalbotGooday as there seems to be no update in this place, have you consider to continue your fork? |
|
@madmas it all depends on what desires the community will have) Feel free to create issues in my fork) |
|
@TalbotGooday thanks for the quick response :) |
|
@madmas oh, sorry. I will enable this option asap) UPD: Done |
Fix NPE in PdfView.loadComplete
Provided option to perform page snap without animation

The support library artifacts are being deprecated and all future development is going into AndroidX, so there’s no point to avoiding this migration.
UPD: Full-migrated library is here https://github.com/TalbotGooday/AndroidPdfViewer. It also includes some forks from this repo