Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version #190

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump version actual
Signed-off-by: starry-shivam <starry@krsh.dev>
starry-shivam committed Jun 28, 2024
commit 17b7f662212424fa480e2094559b56f0f9ff7e55
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@ android {
applicationId "com.starry.myne"
minSdk 26
targetSdk 34
versionCode 390
versionName "3.9.0"
versionCode 391
versionName "3.9.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/391.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Prevent screen from turning off in ebook reader.
- Make developer email address clickable in about screen.
- Updated dependencies & some other minor improvements.