Skip to content

Commit 53ed82c

Browse files
authored
Update README.md
1 parent b80f1d3 commit 53ed82c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This library provides an easy to consume Android Composable that will display PD
77
## Add the dependency
88

99
```Gradle
10-
implementation 'com.pnuema.android:pdfviewer:1.1.0'
10+
implementation 'com.pnuema.android:pdfviewer:1.2.0'
1111
```
1212
```Kotlin(KTS)
13-
implementation("com.pnuema.android:pdfviewer:1.1.0")
13+
implementation("com.pnuema.android:pdfviewer:1.2.0")
1414
```
1515
```TOML
16-
pdfviewer = { module = "com.pnuema.android:pdfviewer", version.ref = "1.1.0" }
16+
pdfviewer = { module = "com.pnuema.android:pdfviewer", version.ref = "1.2.0" }
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)