Release version 0.3.2

This commit is contained in:
Andrew Rabert 2018-07-05 10:57:55 -04:00
parent b6f0d7ccc9
commit 81a1a44b87
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
Changelog
=========
## Next
## Version 0.3.2
_2018-07-05_
* Prevent now playing from closing upon resuming
* Only show save and delete playlist functions in menu
* Stop hiding playlist on resume

View File

@ -9,8 +9,8 @@ android {
applicationId "net.nullsum.audinaut"
minSdkVersion 19
targetSdkVersion 27
versionCode 196
versionName '0.3.1'
versionCode 197
versionName '0.3.2'
setProperty("archivesBaseName", "Audinaut $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}