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.
2 parents 690e2cf + 69f860d commit 720fc21Copy full SHA for 720fc21
README.md
@@ -30,11 +30,11 @@ Licensed under Apache License 2.0.
30
31
Add to _build.gradle_:
32
33
-`compile 'com.github.barteksc:android-pdf-viewer:3.1.0-beta.1'`
+`implementation 'com.github.barteksc:android-pdf-viewer:3.1.0-beta.1'`
34
35
or if you want to use more stable version:
36
37
-`compile 'com.github.barteksc:android-pdf-viewer:2.8.2'`
+`implementation 'com.github.barteksc:android-pdf-viewer:2.8.2'`
38
39
Library is available in jcenter repository, probably it'll be in Maven Central soon.
40
0 commit comments