Skip to content

Commit 137cad0

Browse files
Merge pull request #48 from LeKiosqueFr/release/1.17.4
[V1.17.4] Update Reader Version
2 parents fcc2df4 + c61c30c commit 137cad0

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# MiLibrisReaderSDK Android changelog
2+
# 1.17.4
3+
4+
## Improvements
5+
- Fix on summary to hide bookmark button when it is disabled but article has a state
6+
- Fix on article reader to update bookmark state based on `ReaderListener`'s callback response
7+
28
# 1.17.3
39

410
## Improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repositories {
4343
}
4444
4545
dependencies {
46-
def miLibrisReader = "1.17.3"
46+
def miLibrisReader = "1.17.4"
4747
api("com.milibris:one-reader:$miLibrisReader") { //If you ever have conflict with the version used in our library add this line
4848
exclude group: "androidx.lifecycle"
4949
}

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252
namespace 'com.milibris.reader.sdk.sample'
5353
}
54-
ext.readerVersion = "1.17.3"
54+
ext.readerVersion = "1.17.4"
5555

5656
dependencies {
5757

0 commit comments

Comments
 (0)