version bump to 1.23.2 + changelog
This commit is contained in:
parent
2b0551a522
commit
dd237a272b
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.23.2
|
||||||
|
* Removed NFC support
|
||||||
|
* upload Avatars as JPEG
|
||||||
|
* reduce APK size
|
||||||
|
|
||||||
### Version 1.23.1
|
### Version 1.23.1
|
||||||
* Show icon instead of image preview in conversation overview
|
* Show icon instead of image preview in conversation overview
|
||||||
* fixed loop when trying to decrypt with YubiKey
|
* fixed loop when trying to decrypt with YubiKey
|
||||||
|
|
|
@ -69,8 +69,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 245
|
versionCode 246
|
||||||
versionName "1.23.1"
|
versionName "1.23.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue