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

Commit 56ec45f

Browse files
committed
Fix TTS for content longer than the Maximum supported by the google's TTS
1 parent 42daae0 commit 56ec45f

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.1
4+
- Fix TTS for content longer than the Maximum supported by the google's TTS
5+
36
### 3.4.0
47
- Add Subtitle Date formatter
58
- Add TTS in Articles Mode

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.0'
21+
 api 'com.milibris:pdf-reader:3.4.1'
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.0"
44+
api "com.milibris:pdf-reader:3.4.1"
4545

4646
}

0 commit comments

Comments
 (0)