Version 0.2.5
This commit is contained in:
parent
ebe64ccccd
commit
4f617ed270
|
@ -1,7 +1,8 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
## Next
|
||||
## Version 0.2.5
|
||||
_2018-03-24_
|
||||
* Fix pausing playback on disconnect on API 26+
|
||||
* Allow testing connection in settings while offline
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "net.nullsum.audinaut"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 27
|
||||
versionCode 193
|
||||
versionName '0.2.4'
|
||||
versionCode 194
|
||||
versionName '0.2.5'
|
||||
setProperty("archivesBaseName", "Audinaut $versionName")
|
||||
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue