Skip to content

Commit

Permalink
Bump to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 16, 2024
1 parent 7cb8e3f commit f3ba251
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 = 22
versionName = "0.5.6"
versionCode = 23
versionName = "0.5.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Discord RPC support
- In-app update checker
- Player text alignment customization
- Exclude downloaded files in auto backup
- Fix random crash
- Other fixes and enhancements

0 comments on commit f3ba251

Please sign in to comment.