Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit e27b9ce

Browse files
committed
Fix TTS for devices lower or equal to 8.0
1 parent 56ec45f commit e27b9ce

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
### 3.4.2
4+
- Fix TTS for devices lower or equal to 8.0
5+
36
### 3.4.1
47
- Fix TTS for content longer than the Maximum supported by the google's TTS
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allprojects {
1818
}
1919
2020
dependencies {
21-
 api 'com.milibris:pdf-reader:3.4.1'
21+
 api 'com.milibris:pdf-reader:3.4.2'
2222
}
2323
```
2424

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ dependencies {
4141
implementation 'com.google.android.material:material:1.3.0'
4242

4343
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
44-
api "com.milibris:pdf-reader:3.4.1"
44+
api "com.milibris:pdf-reader:3.4.2"
4545

4646
}

0 commit comments

Comments
 (0)