Skip to content

Commit

Permalink
Bump to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 5, 2024
1 parent 5eaba5c commit 72de5d4
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -24,8 +24,8 @@ android {
applicationId = "com.zionhuang.music"
minSdk = 24
targetSdk = 33
versionCode = 19
versionName = "0.5.3"
versionCode = 20
versionName = "0.5.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fix YouTube API changes
- Show library artist albums first in new releases
- More actions in Android Auto
- Long click on back arrow to go to home
- More improvements and fixes

0 comments on commit 72de5d4

Please # to comment.