Skip to content

Commit

Permalink
Bump to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 9, 2024
1 parent e57a566 commit 2c424b4
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 = 34
versionCode = 20
versionName = "0.5.4"
versionCode = 21
versionName = "0.5.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Fix radio not working
- Playlist duplicate warning
- Add LrcLib lyrics provider
- Add marquee
- Add haptic feedback
- Black player in pure black mode

0 comments on commit 2c424b4

Please sign in to comment.