You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ You can also create custom scroll handles, just implement **ScrollHandle** inter
91
91
All methods are documented as Javadoc comments on interface [source](https://github.com/barteksc/AndroidPdfViewer/tree/master/android-pdf-viewer/src/main/java/com/github/barteksc/pdfviewer/scroll/ScrollHandle.java).
92
92
93
93
## Document sources
94
-
Version 1.5.0 introduced _document sources_, which are just providers for PDF documents.
94
+
Version 2.3.0 introduced _document sources_, which are just providers for PDF documents.
95
95
Every provider implements **DocumentSource** interface.
96
96
Predefined providers are available in **com.github.barteksc.pdfviewer.source** package and can be used as
0 commit comments