We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb7cf2 commit c2d0e5cCopy full SHA for c2d0e5c
README.md
@@ -25,16 +25,5 @@ dependencyResolutionManagement {
25
2) Add the dependency:
26
27
```gradle
28
-implementation 'com.github.xposed73:AndroidPdfViewer:1.0.1'
+implementation 'com.github.xposed73:AndroidPdfViewer:v1.0.0'
29
```
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