mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 15:37:17 +03:00
Mergeback
This commit is contained in:
parent
2c3f43f139
commit
50aa2d0a2d
8
fastlane/metadata/android/en-US/changelogs/117.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/117.txt
Normal 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.
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user