Merge changes from master back to dev. (4.3.3 release)

This commit is contained in:
birdbird 2023-05-07 09:47:24 +00:00
parent 58bd663ac0
commit f37301e738
2 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,8 @@
Bug fixes
- Fix various crashes
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 115
versionName "4.3.2"
versionCode 116
versionName "4.3.3"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk