Skip to content

Commit 5d116fd

Browse files
committed
Update README
1 parent 9c1938e commit 5d116fd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.0
2+
* AndroidX
3+
14
## 3.2.0-beta.1 (2019-08-18)
25
* Merge PR #714 with optimized page load
36
* Merge PR #776 with fix for max & min zoom level

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# WARNING!
33
This fork was made in order to migrate the library to AndroidX. Add-ons and updates will not appear.
44

5-
[![Release](https://jitpack.io/v/TalbotGooday/AndroidPdfViewer.svg)](https://jitpack.io/#TalbotGooday/AndroidPdfViewer)
5+
[![Release](https://jitpack.io/v/T-Pro/AndroidPdfViewer.svg)](https://jitpack.io/#T-Pro/AndroidPdfViewer)
66

77
Add to _build.gradle_:
88
```groovy
@@ -15,7 +15,7 @@ allprojects {
1515
```
1616
Add the dependency
1717
```groovy
18-
implementation 'com.github.TalbotGooday:AndroidPdfViewer:Tag'
18+
implementation 'com.github.T-Pro:AndroidPdfViewer:4.0.0'
1919
```
2020

2121
---

android-pdf-viewer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
minSdkVersion 14
3232
targetSdkVersion 29
3333
versionCode 1
34-
versionName "3.2.0-beta.1"
34+
versionName "4.0.0"
3535
}
3636

3737
compileOptions {

0 commit comments

Comments
 (0)