We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dead521 + 9fcc65b commit 415e756Copy full SHA for 415e756
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# MiLibrisReaderSDK Android changelog
2
3
+# 1.20.1
4
+
5
+## Improvements
6
+- Remove Deutsch translation for `app_name`
7
8
# 1.20.0
9
10
## Features
README.md
@@ -44,7 +44,7 @@ repositories {
44
}
45
46
dependencies {
47
- def miLibrisReader = "1.20.0"
+ def miLibrisReader = "1.20.1"
48
api("com.milibris:one-reader:$miLibrisReader") { //If you ever have conflict with the version used in our library add this line
49
exclude group: "androidx.lifecycle"
50
app/build.gradle
@@ -51,7 +51,7 @@ android {
51
52
namespace 'com.milibris.reader.sdk.sample'
53
54
-ext.readerVersion = "1.20.0"
+ext.readerVersion = "1.20.1"
55
56
57
0 commit comments