Release version 0.5.0

This commit is contained in:
Andrew Rabert 2020-01-15 15:52:48 -05:00
parent 8f4d3be90b
commit 8fc54ac68c
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
Changelog
=========
## Version 0.5.0
_2020-01-15_
* Add 24kbps and 48kbps options
* Add adaptive icon
* Add support for p= authentication
* Change to MediaStyle playback notification
* Fix SSID selection
* Fix keyboard being visible when switching to now playing
* Fix now playing icon when using light theme
## Version 0.4.1
_2019-12-28_
* Revert attempt to fix infinite loop as it sometimes deleted valid files.

View File

@ -9,8 +9,8 @@ android {
applicationId "net.nullsum.audinaut"
minSdkVersion 21
targetSdkVersion 29
versionCode 200
versionName '0.4.1'
versionCode 201
versionName '0.5.0'
setProperty("archivesBaseName", "Audinaut $versionName")
}