version bump to 1.23.4
This commit is contained in:
parent
1217faec60
commit
e3c46dc926
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue