We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925f39f commit 04262abCopy full SHA for 04262ab
1 file changed
android-pdf-viewer/build.gradle
@@ -42,15 +42,15 @@ android {
42
43
dependencies {
44
implementation 'androidx.appcompat:appcompat:1.6.1'
45
- api 'com.github.lion1988dev:PdfiumAndroid:1.9.3'
+ api 'com.github.lion1988dev:PdfiumAndroid:1.9.4'
46
}
47
48
publishing {
49
publications {
50
release(MavenPublication) {
51
groupId = 'com.github.lion1988dev'
52
artifactId = 'AndroidPdfViewer'
53
- version = "3.2.3"
+ version = "3.2.4"
54
55
afterEvaluate {
56
from components.release
0 commit comments