Skip to content

Commit

Permalink
Update PdfiumAndroid library
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasyl Koshkin committed Mar 19, 2024
1 parent 925f39f commit 04262ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android-pdf-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
api 'com.github.lion1988dev:PdfiumAndroid:1.9.3'
api 'com.github.lion1988dev:PdfiumAndroid:1.9.4'
}

publishing {
publications {
release(MavenPublication) {
groupId = 'com.github.lion1988dev'
artifactId = 'AndroidPdfViewer'
version = "3.2.3"
version = "3.2.4"

afterEvaluate {
from components.release
Expand Down

0 comments on commit 04262ab

Please sign in to comment.