Skip to content

Commit

Permalink
Bump version (#227)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <starry@krsh.dev>
  • Loading branch information
starry-shivam authored Sep 26, 2024
1 parent 1ff2526 commit 4ad8b45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "com.starry.myne"
minSdk 26
targetSdk 35
versionCode 420
versionName "4.2.0"
versionCode 421
versionName "4.2.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/421.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Improved book opening speed in the reader by caching previously parsed EPUB files.
- Updated UI fonts from Figerona to Poppins due to licensing issues.
- Added Bengali translations.
- Various small fixes and performance improvements.

0 comments on commit 4ad8b45

Please sign in to comment.