This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ allprojects {
1818}
1919
2020dependencies {
21- api 'com.milibris:pdf-reader:3.1.0 '
21+ api 'com.milibris:pdf-reader:3.1.1 '
2222}
2323```
2424
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments