Mergeback

This commit is contained in:
birdbird 2023-05-09 10:05:18 +00:00
parent 2c3f43f139
commit 50aa2d0a2d
2 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,8 @@
Bug fixes
- Fix more exceptions
Changes since 4.2.0
- #827: Make app full compliant Android Auto to publish in Play Store.
- #878: "Play shuffled" option for playlists always begins with the first track.
- #891: Dump config to log file when logging is enabled.
- #854: Remove Videos menu option for servers which don't support it.

View File

@ -9,8 +9,8 @@ android {
defaultConfig {
applicationId "org.moire.ultrasonic"
versionCode 116
versionName "4.3.3"
versionCode 117
versionName "4.3.4"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk