diff --git a/app/build.gradle b/app/build.gradle index c8fd137f..6d518841 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/360.txt b/fastlane/metadata/android/en-US/changelogs/360.txt new file mode 100644 index 00000000..c59bdacd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/360.txt @@ -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. \ No newline at end of file