Skip to content

Commit 9025558

Browse files
Bump version (#157)
Signed-off-by: starry-shivam <[email protected]>
1 parent 7811b16 commit 9025558

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId "com.starry.myne"
2828
minSdk 26
2929
targetSdk 34
30-
versionCode 340
31-
versionName "3.4.0"
30+
versionCode 350
31+
versionName "3.5.0"
3232

3333
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3434
vectorDrawables {

app/src/main/java/com/starry/myne/ui/screens/reader/composables/ReaderContent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private fun ChapterLazyItemItem(
9191
) {
9292
val epubBook = state.epubBook
9393
val paragraphs = remember { chunkText(chapter.body) }
94-
val targetFontSize = (state.fontSize / 10) * 2.1f
94+
val targetFontSize = (state.fontSize / 10) * 2.0f
9595
val fontSize by animateFloatAsState(
9696
targetValue = targetFontSize,
9797
animationSpec = tween(durationMillis = 300),
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Now you can import external EPUB books in your library!
2+
- Bunch of fixes and improvements in epub parser to make it more stable and reliable.
3+
- Some minor UI improvements and bug fixes.

0 commit comments

Comments
 (0)