Skip to content

Commit 69c9da6

Browse files
readme files update
1 parent 224d142 commit 69c9da6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.2.0-b3 (2021-04-08)
2+
* Add onTouchDown callback (required for additional initialization for one of the projects using it)
3+
14
## 3.2.0-b2 (2021-03-28)
25
* Add destroy method instead of onDetachFromWindow which breaks ability to correctly work with ViewPager2
36

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Library for displaying PDF documents on Android, with `animations`, `gestures`,
44
It is based on [PdfiumAndroid](https://github.com/barteksc/PdfiumAndroid) for decoding PDF files. Works on API 11 (Android 3.0) and higher.
55
Licensed under Apache License 2.0.
66

7+
## What's new in 3.2.0-b3 (2021-04-08)
8+
* Add onTouchDown callback (required for additional initialization for one of the projects using it)
9+
710
## What's new in 3.2.0-b2 (2021-03-28)
811
* Add destroy method instead of onDetachFromWindow which breaks ability to correctly work with ViewPager2
912

@@ -27,7 +30,7 @@ Add to _build.gradle_:
2730

2831
and:
2932

30-
`implementation 'com.github.RealFictionFactory:AndroidPdfViewer:develop-SNAPSHOT'`
33+
`implementation 'com.github.RealFictionFactory:AndroidPdfViewer:3.2.0-b3'`
3134

3235
or if you want to use more stable version go to original [repository](https://github.com/barteksc/AndroidPdfViewer)
3336

0 commit comments

Comments
 (0)