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# 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
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ repositories {
4343}
4444
4545dependencies {
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 }
Original file line number Diff line number Diff 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
5656dependencies {
5757
You can’t perform that action at this time.
0 commit comments