version bump to 1.23.4
This commit is contained in:
parent
1217faec60
commit
e3c46dc926
|
@ -1,5 +1,10 @@
|
|||
# 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
|
||||
* Fixed OMEMO device list not being announced
|
||||
|
||||
|
|
|
@ -69,8 +69,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 247
|
||||
versionName "1.23.3"
|
||||
versionCode 251
|
||||
versionName "1.23.4"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue