diff --git a/app/build.gradle b/app/build.gradle index 8b70a556..c8fd137f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,8 +27,8 @@ android { applicationId "com.starry.myne" minSdk 26 targetSdk 34 - versionCode 350 - versionName "3.5.0" + versionCode 351 + versionName "3.5.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/351.txt b/fastlane/metadata/android/en-US/changelogs/351.txt new file mode 100644 index 00000000..cbc77ddd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/351.txt @@ -0,0 +1,3 @@ +- Now you can import external EPUB books in your library! +- Bunch of fixes and improvements in epub parser to make it more stable and reliable. +- Some minor UI improvements and bug fixes. \ No newline at end of file