Skip to content

Commit

Permalink
Bump version (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Mar 24, 2024
1 parent 1c938df commit 4c5cb6c
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -27,8 +27,8 @@ android {
applicationId "com.starry.myne"
minSdk 26
targetSdk 34
versionCode 320
versionName "3.2.0"
versionCode 325
versionName "3.2.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/325.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed reader button showing 'resume' instead of 'start' for unread books in ebook reader.
- Fixed books getting deleted from the library after reboot on some devices, particularly Xiaomi.
- Some other minor Ui/UX improvements.

0 comments on commit 4c5cb6c

Please sign in to comment.