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 5487693 commit 2c480c1Copy full SHA for 2c480c1
README.md
@@ -22,7 +22,7 @@ allprojects {
22
23
```
24
dependencies {
25
- implementation 'com.github.amir-asdp:WebViewToPdf:1.1.0'
+ implementation 'com.github.amir-asdp:WebViewToPdf:1.1.1'
26
}
27
28
webview-to-pdf/build.gradle
@@ -43,7 +43,7 @@ afterEvaluate {
43
from components.release
44
groupId 'amir-asdp'
45
artifactId 'webview-to-pdf'
46
- version = '1.1.0'
+ version = '1.1.1'
47
48
49
0 commit comments