Release version 0.3.3
This commit is contained in:
parent
5fc74d7cfc
commit
514eb00797
|
@ -1,8 +1,9 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
## Next
|
||||
* Add [Funkwhale](https://funkwhale.audio/) (Subsonic API) support
|
||||
## Version 0.3.3
|
||||
_2019-03-17_
|
||||
* Fix [Funkwhale](https://funkwhale.audio/) (Subsonic API) support
|
||||
* Use query parameters instead of body
|
||||
* Disable most "now playing" swipe gestures - too sensitive and often
|
||||
accidentally triggered.
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "net.nullsum.audinaut"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 197
|
||||
versionName '0.3.2'
|
||||
versionCode 198
|
||||
versionName '0.3.3'
|
||||
setProperty("archivesBaseName", "Audinaut $versionName")
|
||||
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue