Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed82e0b

Browse files
author
barteksc
authored
Fix version in document sources docs
1 parent 40000ac commit ed82e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can also create custom scroll handles, just implement **ScrollHandle** inter
9191
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).
9292

9393
## 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.
9595
Every provider implements **DocumentSource** interface.
9696
Predefined providers are available in **com.github.barteksc.pdfviewer.source** package and can be used as
9797
samples for creating custom ones.

0 commit comments

Comments
 (0)