Skip to content

Commit

Permalink
Bump version (#169)
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 5, 2024
1 parent 6487e84 commit b3d9c92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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 360
versionName "3.6.0"
versionCode 370
versionName "3.7.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ private fun GeneralOptionsUI(
data = Uri.parse("package:${context.packageName}")
}
context.startActivity(intent)
println("Locale setting opened successfully.")
} else {
coroutineScope.launch {
snackBarHostState.showSnackbar(
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/370.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fixed incorrect background image in ebook reader.
- Added black AMOLED theme and improved default color scheme.
- Added ability to change app language irrespective of system language. (A13+ only)
- Added localization coverage for category names in all supported languages.
- Some other minor fixes and improvements.

0 comments on commit b3d9c92

Please sign in to comment.