Skip to content

Commit

Permalink
Bump version (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Oct 10, 2024
1 parent 0c5f1b2 commit bd9b20e
Show file tree
Hide file tree
Showing 2 changed files with 8 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 421
versionName "4.2.1"
versionCode 430
versionName "4.3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/430.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Fixed the translucent colors of the status bar and navigation bar.
- Fixed an issue where the chapter title was duplicated multiple times in the reader in some cases.
- Fixed an issue where chapters would jump to the previous chapter when opening the reader menu at the start of a new chapter.
- Made the font size controls in the reader more granular.
- Refactored state management in the reader to improve performance & stability.
- Updated dependencies and AGP to the latest versions.

0 comments on commit bd9b20e

Please sign in to comment.