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

Skip to content

Commit 94f7b78

Browse files
committed
Fix method name
1 parent 7856b6c commit 94f7b78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 2.7.0-beta.1 (2017-07-05)
2-
* Updates PdfiumAndroid to 1.7.0 which reduces memory usage about twice and improves performance by using RGB 565 format (when not using `pdfView.setBestQuality(true)`)
2+
* Updates PdfiumAndroid to 1.7.0 which reduces memory usage about twice and improves performance by using RGB 565 format (when not using `pdfView.useBestQuality(true)`)
33

44
## 2.7.0-beta (2017-06-16)
55
* Update PdfiumAndroid to 1.6.1, which fixed font rendering (issue #253)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Licensed under Apache License 2.0.
1818
* Add small rendering improvements
1919
* Fix rendering when duplicated pages are passed to `.pages(..)`
2020

21-
2.7.0-beta.1 updates PdfiumAndroid to 1.7.0 which reduces memory usage about twice and improves performance by using RGB 565 format (when not using `pdfView.setBestQuality(true)`)
21+
2.7.0-beta.1 updates PdfiumAndroid to 1.7.0 which reduces memory usage about twice and improves performance by using RGB 565 format (when not using `pdfView.useBestQuality(true)`)
2222

2323
This is beta release because of big number of small changes and something could go wrong (but I didn't notice)
2424

0 commit comments

Comments
 (0)