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 # Changelog
### Version 1.23.8
* bug fixes
### Version 1.23.7 ### Version 1.23.7
* Improved MAM support + bug fixes * Improved MAM support + bug fixes

View File

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