We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42d8029 + f62534d commit fcc2df4Copy full SHA for fcc2df4
3 files changed
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# MiLibrisReaderSDK Android changelog
2
+# 1.17.3
3
+
4
+## Improvements
5
+- Fix on a potential crash while rendering an issue page
6
7
# 1.17.2
8
README.md
@@ -43,7 +43,7 @@ repositories {
43
}
44
45
dependencies {
46
- def miLibrisReader = "1.17.2"
+ def miLibrisReader = "1.17.3"
47
api("com.milibris:one-reader:$miLibrisReader") { //If you ever have conflict with the version used in our library add this line
48
exclude group: "androidx.lifecycle"
49
app/build.gradle
@@ -51,7 +51,7 @@ android {
51
52
namespace 'com.milibris.reader.sdk.sample'
53
54
-ext.readerVersion = "1.17.2"
+ext.readerVersion = "1.17.3"
55
56
57
0 commit comments