Skip to content

Commit 5b31262

Browse files
Bump version (#175)
Signed-off-by: starry-shivam <starry@krsh.dev>
1 parent c2ce28e commit 5b31262

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.idea/deploymentTargetSelector.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId "com.starry.myne"
2828
minSdk 26
2929
targetSdk 34
30-
versionCode 370
31-
versionName "3.8.0-dev"
30+
versionCode 380
31+
versionName "3.8.0"
3232

3333
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3434
vectorDrawables {

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<string name="library_tooltip">TIP! Swipe library items left or right to share or view book details.</string>
2323

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Fixed copy button not dismissing in the internal reader after clicking elsewhere.
2+
- Fixed status bar not dismissing after swiping down in the internal reader.
3+
- Fixed crash when changing locale in MIUI due to Xiaomi's broken implementation of per-app locale settings on Android 13.
4+
- Some other minor fixes and improvements.

0 commit comments

Comments
 (0)