Skip to content

Commit

Permalink
Bump to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 12, 2024
1 parent 61c8972 commit 42496b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId = "com.zionhuang.music"
minSdk = 24
targetSdk = 34
versionCode = 21
versionName = "0.5.5"
versionCode = 22
versionName = "0.5.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fix frequent random crash
- Fix crash when searching lyrics
- Upgrade Material 3
- Automatically scroll to the currently playing song in the queue

0 comments on commit 42496b8

Please sign in to comment.