We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80753f1 commit 1156b16Copy full SHA for 1156b16
2 files changed
android-pdf-viewer/build.gradle
@@ -40,15 +40,15 @@ android {
40
41
dependencies {
42
implementation 'androidx.appcompat:appcompat:1.6.1'
43
- api 'com.github.lion1988dev:PdfiumAndroid:1.9.1'
+ api 'com.github.lion1988dev:PdfiumAndroid:1.9.2'
44
}
45
46
publishing {
47
publications {
48
release(MavenPublication) {
49
groupId = 'com.github.lion1988dev'
50
artifactId = 'com.github.barteksc.pdfviewer'
51
- version = "3.2.1"
+ version = "3.2.2"
52
53
afterEvaluate {
54
from components.release
build.gradle
@@ -5,9 +5,9 @@ plugins {
5
6
ext {
7
tools = [
8
- minSdk : 23,
+ minSdk : 21,
9
targetSdk : 34,
10
compileSdk : 34,
11
- versionName: '3.2.1'
+ versionName: '3.2.2'
12
]
13
0 commit comments