version bump to 1.23.3 + changelog
This commit is contained in:
parent
b5828127ee
commit
b7cadcf9f6
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.23.3
|
||||||
|
* Fixed OMEMO device list no being announced
|
||||||
|
|
||||||
### Version 1.23.2
|
### Version 1.23.2
|
||||||
* Removed NFC support
|
* Removed NFC support
|
||||||
* upload Avatars as JPEG
|
* upload Avatars as JPEG
|
||||||
|
|
|
@ -69,8 +69,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 246
|
versionCode 247
|
||||||
versionName "1.23.2"
|
versionName "1.23.3"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue