Version 0.2.4

This commit is contained in:
Andrew Rabert 2018-03-24 10:39:41 -04:00
parent cb2e9a8f01
commit dd228a20e5
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Changelog
=========
## Version 0.2.4
_2018-03-24_
* Fix launch crash on Lollipop and earlier [#23](https://github.com/nvllsvm/Audinaut/issues/23)
## Version 0.2.3
_2018-02-27_
* Fix notifications on API 26+

View File

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