diff --git a/CHANGELOG.md b/CHANGELOG.md index bac550d..0071de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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+ diff --git a/app/build.gradle b/app/build.gradle index a325ccc..ff01fff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" }