Skip to content

Commit 5b9aace

Browse files
Bump version (#224)
Signed-off-by: starry-shivam <[email protected]>
1 parent 7c6c2fa commit 5b9aace

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 410
33-
versionName "4.1.0"
32+
versionCode 420
33+
versionName "4.2.0"
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)