We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3625547 + 8ac45b5 commit 7f902c3Copy full SHA for 7f902c3
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# MiLibrisReaderSDK Android changelog
2
3
+# 1.18.0
4
+
5
+## Features
6
+- Add support for Deutsch language
7
8
# 1.17.7
9
10
## Improvements
README.md
@@ -43,7 +43,7 @@ repositories {
43
}
44
45
dependencies {
46
- def miLibrisReader = "1.17.7"
+ def miLibrisReader = "1.18.0"
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.7"
+ext.readerVersion = "1.18.0"
55
56
57
0 commit comments