Skip to content

Commit 9fcc65b

Browse files
author
Ludovic Garcia
committed
[V1.20.1] Update Reader Version
1 parent dead521 commit 9fcc65b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# MiLibrisReaderSDK Android changelog
22

3+
# 1.20.1
4+
5+
## Improvements
6+
- Remove Deutsch translation for `app_name`
7+
38
# 1.20.0
49

510
## Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repositories {
4444
}
4545
4646
dependencies {
47-
def miLibrisReader = "1.20.0"
47+
def miLibrisReader = "1.20.1"
4848
api("com.milibris:one-reader:$miLibrisReader") { //If you ever have conflict with the version used in our library add this line
4949
exclude group: "androidx.lifecycle"
5050
}

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.20.0"
54+
ext.readerVersion = "1.20.1"
5555

5656
dependencies {
5757

0 commit comments

Comments
 (0)