Release version 0.3.0
This commit is contained in:
parent
ec15274984
commit
be2c7d7e90
|
@ -1,9 +1,11 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
## Next
|
## Version 0.3.0
|
||||||
|
_2018-05-12_
|
||||||
* Center cover art on now playing screen
|
* Center cover art on now playing screen
|
||||||
* Use blurred cover art to fill empty space on now playing screen
|
* Use blurred cover art to fill empty space on now playing screen
|
||||||
|
* Fix extra whitespace on now playing while offline
|
||||||
|
|
||||||
|
|
||||||
## Version 0.2.5
|
## Version 0.2.5
|
||||||
|
|
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "net.nullsum.audinaut"
|
applicationId "net.nullsum.audinaut"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 194
|
versionCode 195
|
||||||
versionName '0.2.5'
|
versionName '0.3.0'
|
||||||
setProperty("archivesBaseName", "Audinaut $versionName")
|
setProperty("archivesBaseName", "Audinaut $versionName")
|
||||||
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
|
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue