Skip to content

Commit

Permalink
Bump version (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Apr 29, 2024
1 parent 819cc9a commit 98c05c1
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 @@ -27,8 +27,8 @@ android {
applicationId "com.starry.myne"
minSdk 26
targetSdk 34
versionCode 351
versionName "3.5.1"
versionCode 360
versionName "3.6.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/360.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fixed a crash caused by NPE when there is no network connection on the first launch.
- Enhanced navigation animations for smoother transitions between screens.
- Improved the loading animation for the book list.
- The chapter title font size is now 1.5x the size of the body text font size, rather than a fixed size.
- Some other UI/UX improvements and fixes.

0 comments on commit 98c05c1

Please sign in to comment.