Version 0.2.3

This commit is contained in:
Andrew Rabert 2018-02-27 21:27:42 -05:00
parent 2bdf230284
commit 2f8c2655eb
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,13 @@
Changelog
=========
## Version 0.2.3
_2018-02-27_
* Fix notifications on API 26+
* Target SDK 27
* Dependency updates
## Version 0.2.2
_2017-06-11_
* Use black background when loading application (previously white)

View File

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