We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c708a commit a714216Copy full SHA for a714216
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.3.0'
+implementation 'com.pnuema.android:pdfviewer:1.3.1'
11
```
12
```Kotlin(KTS)
13
-implementation("com.pnuema.android:pdfviewer:1.3.0")
+implementation("com.pnuema.android:pdfviewer:1.3.1")
14
15
```TOML
16
-pdfviewer = { module = "com.pnuema.android:pdfviewer", version.ref = "1.3.0" }
+pdfviewer = { module = "com.pnuema.android:pdfviewer", version.ref = "1.3.1" }
17
18
19
## Usage
0 commit comments