version bump to 1.23.8 + changelog

This commit is contained in:
Daniel Gultsch 2018-03-05 19:07:39 +01:00
parent 0deffef8da
commit 9acd76b7ef
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
### Version 1.23.8
* bug fixes
### Version 1.23.7
* Improved MAM support + bug fixes

View File

@ -68,8 +68,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 254
versionName "1.23.7"
versionCode 255
versionName "1.23.8"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}