Release version 0.3.2
This commit is contained in:
parent
b6f0d7ccc9
commit
81a1a44b87
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue