We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26b8fbb + 5a8b2c6 commit 42d8029Copy full SHA for 42d8029
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# MiLibrisReaderSDK Android changelog
2
3
+# 1.17.2
4
+
5
+## Improvements
6
+- Fix on interstitial translations for all languages
7
8
# 1.17.1
9
10
## Improvements
README.md
@@ -43,7 +43,7 @@ repositories {
43
}
44
45
dependencies {
46
- def miLibrisReader = "1.17.1"
+ def miLibrisReader = "1.17.2"
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.1"
+ext.readerVersion = "1.17.2"
55
56
57
0 commit comments