Skip to content

Commit

Permalink
Bump version (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored May 18, 2024
1 parent c2ce28e commit 5b31262
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 370
versionName "3.8.0-dev"
versionCode 380
versionName "3.8.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<string name="library_tooltip">TIP! Swipe library items left or right to share or view book details.</string>

<!-- Welcome Screen -->
<string name="welcome_screen_title">ThankYou for installing Myne!</string>
<string name="welcome_screen_title">Thanks for installing Myne!</string>
<string name="welcome_screen_desc">Choose your preferred ebook reader to embark on your reading journey.</string>
<string name="welcome_screen_button">Get Started</string>

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/380.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fixed copy button not dismissing in the internal reader after clicking elsewhere.
- Fixed status bar not dismissing after swiping down in the internal reader.
- Fixed crash when changing locale in MIUI due to Xiaomi's broken implementation of per-app locale settings on Android 13.
- Some other minor fixes and improvements.

0 comments on commit 5b31262

Please sign in to comment.