Skip to content

Commit 1156b16

Browse files
author
Vasyl Koshkin
committed
- Decrease min Android API to 21
1 parent 80753f1 commit 1156b16

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

android-pdf-viewer/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ android {
4040

4141
dependencies {
4242
implementation 'androidx.appcompat:appcompat:1.6.1'
43-
api 'com.github.lion1988dev:PdfiumAndroid:1.9.1'
43+
api 'com.github.lion1988dev:PdfiumAndroid:1.9.2'
4444
}
4545

4646
publishing {
4747
publications {
4848
release(MavenPublication) {
4949
groupId = 'com.github.lion1988dev'
5050
artifactId = 'com.github.barteksc.pdfviewer'
51-
version = "3.2.1"
51+
version = "3.2.2"
5252

5353
afterEvaluate {
5454
from components.release

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ plugins {
55

66
ext {
77
tools = [
8-
minSdk : 23,
8+
minSdk : 21,
99
targetSdk : 34,
1010
compileSdk : 34,
11-
versionName: '3.2.1'
11+
versionName: '3.2.2'
1212
]
1313
}

0 commit comments

Comments
 (0)