Skip to content

Commit

Permalink
Bump to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 21, 2024
1 parent c4d1566 commit 17c5ed0
Show file tree
Hide file tree
Showing 2 changed files with 8 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 = 35
versionCode = 23
versionName = "0.5.7"
versionCode = 24
versionName = "0.5.8"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Smoother navigation animation
- Option to hide explicit content
- Add squiggly slider
- Fix album artist error and add refetch album button
- Fix color mismatch
- Other fixes and enhancements

0 comments on commit 17c5ed0

Please sign in to comment.