Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 28b2853

Browse files
Pdf-reader version 3.1.1 (#3)
1 parent b337594 commit 28b2853

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
### 3.1.1
4+
- Set back the minimum SDK to 17 to improve android compatibility
5+
36
### 3.1.0
47
- Update to Android SDK 29
58
- Minimum SDK to 18 (17 previously)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allprojects {
1818
}
1919
2020
dependencies {
21-
 api 'com.milibris:pdf-reader:3.1.0'
21+
 api 'com.milibris:pdf-reader:3.1.1'
2222
}
2323
```
2424

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77

88
defaultConfig {
99
applicationId "com.milibris.pdfreader.sampleapp"
10-
minSdkVersion 18
10+
minSdkVersion 17
1111
targetSdkVersion TargetSdkVersion
1212
versionCode 20200716
1313
versionName "1.0.1"
@@ -36,6 +36,6 @@ dependencies {
3636
implementation 'com.google.android.material:material:1.1.0'
3737

3838
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
39-
api "com.milibris:pdf-reader:3.1.0"
39+
api "com.milibris:pdf-reader:3.1.1"
4040

4141
}

0 commit comments

Comments
 (0)