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

Commit b337594

Browse files
Pdf-reader : 3.1.0 (#2)
1 parent ffa78ee commit b337594

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# miLibris android PDFReader Change log
1+
# CHANGELOG
2+
3+
### 3.1.0
4+
- Update to Android SDK 29
5+
- Minimum SDK to 18 (17 previously)
26

37
### 3.0.1
4-
Update SDK version to fix a missing library
8+
- Update SDK version to fix a missing library
59

610
### 3.0.0
7-
8-
The SDK is now distributed through Maven. Instructions for installation, usage, and a sample project can be found at https://github.com/miLibris/android-milibris-pdf-reader-sdk.
9-
10-
SDK clients will now require a licence key for each of their applications; this key is provided by miLibris.
11+
- The SDK is now distributed through Maven. Instructions for installation, usage, and a sample project can be found at https://github.com/miLibris/android-milibris-pdf-reader-sdk.
12+
- SDK clients will now require a licence key for each of their applications; this key is provided by miLibris.

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.0.1'
21+
 api 'com.milibris:pdf-reader:3.1.0'
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 17
10+
minSdkVersion 18
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.0.1"
39+
api "com.milibris:pdf-reader:3.1.0"
4040

4141
}

0 commit comments

Comments
 (0)