Skip to content

Commit 4ad8b45

Browse files
Bump version (#227)
Signed-off-by: starry-shivam <[email protected]>
1 parent 1ff2526 commit 4ad8b45

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
applicationId "com.starry.myne"
3030
minSdk 26
3131
targetSdk 35
32-
versionCode 420
33-
versionName "4.2.0"
32+
versionCode 421
33+
versionName "4.2.1"
3434

3535
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3636
vectorDrawables {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Improved book opening speed in the reader by caching previously parsed EPUB files.
2+
- Updated UI fonts from Figerona to Poppins due to licensing issues.
3+
- Added Bengali translations.
4+
- Various small fixes and performance improvements.

0 commit comments

Comments
 (0)