We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80f1d3 commit 53ed82cCopy full SHA for 53ed82c
1 file changed
README.md
@@ -7,13 +7,13 @@ This library provides an easy to consume Android Composable that will display PD
7
## Add the dependency
8
9
```Gradle
10
-implementation 'com.pnuema.android:pdfviewer:1.1.0'
+implementation 'com.pnuema.android:pdfviewer:1.2.0'
11
```
12
```Kotlin(KTS)
13
-implementation("com.pnuema.android:pdfviewer:1.1.0")
+implementation("com.pnuema.android:pdfviewer:1.2.0")
14
15
```TOML
16
-pdfviewer = { module = "com.pnuema.android:pdfviewer", version.ref = "1.1.0" }
+pdfviewer = { module = "com.pnuema.android:pdfviewer", version.ref = "1.2.0" }
17
18
19
## Usage
0 commit comments