Skip to content

Commit

Permalink
Bump version (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam committed Sep 13, 2024
1 parent aa8fea1 commit 40cbda3
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -28,8 +28,8 @@ android {
applicationId "com.starry.myne"
minSdk 26
targetSdk 35
versionCode 400
versionName "4.0.0"
versionCode 410
versionName "4.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/410.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Bunch of optimizations and bug fixes in the eBook reader.
- Added more options to the text selection menu, such as meaning, translation, and search.
- Display system navigation and status bars in the eBook reader when toggling the reader menu.
- Added Turkish translations.
- Updated dependencies and some other minor improvements.

0 comments on commit 40cbda3

Please sign in to comment.