Version 0.2.4
This commit is contained in:
parent
cb2e9a8f01
commit
dd228a20e5
|
@ -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+
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue