version bump to 1.23.4

This commit is contained in:
Daniel Gultsch 2018-01-26 11:32:16 +01:00
parent 1217faec60
commit e3c46dc926
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
### Version 1.23.4
* keep screen on while playing audio
* send delivery receipts after MAM catch-up
* reduce number of wake locks
### Version 1.23.3 ### Version 1.23.3
* Fixed OMEMO device list not being announced * Fixed OMEMO device list not being announced

View File

@ -69,8 +69,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 25 targetSdkVersion 25
versionCode 247 versionCode 251
versionName "1.23.3" versionName "1.23.4"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }