Skip to content

Commit f62534d

Browse files
author
Ludovic Garcia
committed
[V1.17.3] Update Reader Version
1 parent 42d8029 commit f62534d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# MiLibrisReaderSDK Android changelog
2+
# 1.17.3
3+
4+
## Improvements
5+
- Fix on a potential crash while rendering an issue page
26

37
# 1.17.2
48

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.2"
46+
def miLibrisReader = "1.17.3"
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.2"
54+
ext.readerVersion = "1.17.3"
5555

5656
dependencies {
5757

0 commit comments

Comments
 (0)