Skip to content

Commit c2d0e5c

Browse files
authored
Update README.md
1 parent 0cb7cf2 commit c2d0e5c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,5 @@ dependencyResolutionManagement {
2525
2) Add the dependency:
2626

2727
```gradle
28-
implementation 'com.github.xposed73:AndroidPdfViewer:1.0.1'
28+
implementation 'com.github.xposed73:AndroidPdfViewer:v1.0.0'
2929
```
30-
31-
## Publish (quickest: JitPack)
32-
33-
1) Push this project to a public GitHub repo under your account.
34-
2) Create a release tag (example: `v1.0.1`).
35-
3) Visit `https://jitpack.io/#xposed73/AndroidPdfViewer` and trigger a build for the tag.
36-
4) Consumers can then use the dependency shown above.
37-
38-
Notes:
39-
- If JitPack needs a specific JDK/Gradle, add a `jitpack.yml` with your settings.
40-
- Keep tags semantic (e.g., `v1.0.2`) to publish updates.

0 commit comments

Comments
 (0)