Version 0.2.5

This commit is contained in:
Andrew Rabert 2018-03-24 16:18:32 -04:00
parent ebe64ccccd
commit 4f617ed270
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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"
}