Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit df457e0

Browse files
committed
Temporarily downgrade PdfiumAndroid because of DImuthuUpe#253
Update README and CHANGELOG
1 parent dbaa980 commit df457e0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.5.1 (2017-04-08)
2+
* Temporarily downgrade PdfiumAndroid until #253 will be fixed
3+
14
## 2.5.0 (2017-03-23)
25
* Update PdfiumAndroid to 1.6.0, which is based on newest Pdfium from Android 7.1.1. It should fix many rendering and fonts problems
36
* Add method `pdfView.fitToWidth()`, which called in `OnRenderListener.onInitiallyRendered()` will fit document to width of the screen (inspired by [1stmetro](https://github.com/1stmetro))

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Licensed under Apache License 2.0.
1919
* Modify engine to not block UI when big documents are loaded
2020
* Change `Constants` interface and inner interfaces to static public classes, to allow modifying core config values
2121

22+
Version 2.5.1 temporarily downgrades PdfiumAndroid until #253 will be fixed
23+
2224
## Changes in 2.0 API
2325
* `Configurator#defaultPage(int)` and `PDFView#jumpTo(int)` now require page index (i.e. starting from 0)
2426
* `OnPageChangeListener#onPageChanged(int, int)` is called with page index (i.e. starting from 0)

android-pdf-viewer/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/barteksc/AndroidPdfViewer'
1414
gitUrl = 'https://github.com/barteksc/AndroidPdfViewer.git'
1515

16-
libraryVersion = '2.5.0'
16+
libraryVersion = '2.5.1'
1717

1818
developerId = 'barteksc'
1919
developerName = 'Bartosz Schiller'
@@ -32,13 +32,13 @@ android {
3232
minSdkVersion 11
3333
targetSdkVersion 25
3434
versionCode 1
35-
versionName "2.5.0"
35+
versionName "2.5.1"
3636
}
3737

3838
}
3939

4040
dependencies {
41-
compile 'com.github.barteksc:pdfium-android:1.6.0'
41+
compile 'com.github.barteksc:pdfium-android:1.5.0'
4242
}
4343

4444
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'

0 commit comments

Comments
 (0)