mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 15:37:17 +03:00
Bump version to 4.3.0
This commit is contained in:
parent
893ae7fb1e
commit
2b339ccc7d
7
fastlane/metadata/android/en-US/changelogs/113.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/113.txt
Normal file
@ -0,0 +1,7 @@
|
||||
Bug fixes
|
||||
- #831: Version 4.1.1 and develop: 'jukebox on/off' no longer shown in 'Now Playing'.
|
||||
|
||||
Enhancements
|
||||
- #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.
|
7
fastlane/metadata/android/es-ES/changelogs/113.txt
Normal file
7
fastlane/metadata/android/es-ES/changelogs/113.txt
Normal file
@ -0,0 +1,7 @@
|
||||
Corrección de errores
|
||||
- #831: Versión 4.1.1 y desarrollo: 'jukebox on/off' ya no se muestra en 'Reproduciendo ahora'.
|
||||
|
||||
Mejoras
|
||||
- #827: Hacer aplicación completamente compatible con Android Auto para publicar en Play Store.
|
||||
- #878: "Reproducir aleatoriamente" ya no siempre comienza con la primera pista.
|
||||
- #891: Volcado de configuración al archivo de registro cuando el registro está habilitado.
|
@ -9,8 +9,8 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.moire.ultrasonic"
|
||||
versionCode 112
|
||||
versionName "4.2.2"
|
||||
versionCode 113
|
||||
versionName "4.3.0"
|
||||
|
||||
minSdkVersion versions.minSdk
|
||||
targetSdkVersion versions.targetSdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user